mirror of https://github.com/sgoudham/carbon.git
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.
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "carbon",
|
|
"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",
|
|
"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'"
|
|
}
|
|
},
|
|
{ "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"
|
|
}
|
|
},
|
|
"github": {
|
|
"autoAlias": false,
|
|
"silent": true
|
|
}
|
|
}
|