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.
svelte/site/now.json

16 lines
342 B

{
"version": 1,
"name": "v3.svelte.technology",
"alias": "v3.svelte.technology",
"env": {
"NODE_ENV": "production",
"BASEURL": "https://v3.svelte.technology",
"GITHUB_CLIENT_ID": "@svelte-gist-client-id-v3",
"GITHUB_CLIENT_SECRET": "@svelte-gist-client-secret-v3"
},
"files": [
"__sapper__/build",
"static",
"content"
]
}