You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
carbon/now.json

71 lines
1.7 KiB
JSON

{
"name": "carbon",
"alias": "carbon.now.sh",
"version": 2,
"public": true,
"builds": [{ "src": "package.json", "use": "@now/next" }],
"routes": [
{
"src": "^/privacy/?",
"status": 307,
"headers": {
"Location": "https://www.notion.so/PRIVACY-POLICY-e9847a7777714eb08ba15a7a8eaee937"
}
},
{
"src": "^/terms/?",
"status": 307,
"headers": {
"Location": "https://www.notion.so/TERMS-OF-USE-ff2ce22a7e9848c89c6be46b44297583"
}
},
{
"src": "^/service-worker.js$",
"dest": "/_next/static/service-worker.js",
"headers": {
"Service-Worker-Allowed": "/"
}
},
{
"src": "/",
"continue": true,
"headers": {
"X-Frame-Options": "SAMEORIGIN"
}
},
{
"src": "^/(.*)/?",
"continue": true,
"headers": {
"X-XSS-Protection": "1; mode=block",
"X-Content-Type-Options": "nosniff",
"Referrer-Policy": "no-referrer-when-downgrade",
"Feature-Policy": "geolocation 'self'; microphone 'self'; camera 'self'"
}
},
{
"src": "/embed/",
"dest": "/embed.html"
},
{
"src": "/about/",
"dest": "/about.html"
},
{ "handle": "filesystem" }
],
"build": {
"env": {
"NODE_ENV": "production",
"FIREBASE_PROJECT_ID": "@carbon-firebase-project-id",
"FIREBASE_MESSAGING_SENDER_ID": "@carbon-firebase-messaging-sender-id",
"FIREBASE_FE_APP_ID": "@carbon-firebase-fe-app-id",
"FIREBASE_API_KEY": "@carbon-firebase-api-key",
"STRIPE_PUBLIC_KEY": "@carbon-stripe-public-key"
}
},
"github": {
"autoAlias": false,
"silent": true
}
}