The front end for the FaaS project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
301 B

[build]
command = "npm run build"
publish = "dist"
environment = { NODE_VERSION = "16" }
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
# Opting your Website out of Google's FLoC Network
[[headers]]
for = "/*"
[headers.values]
Permissions-Policy = "interest-cohort=()"