We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0bee9 commit 0239817Copy full SHA for 0239817
netlify.toml
@@ -1,21 +1,6 @@
1
[build]
2
-publish = "dist"
3
-command = "yarn install --frozen-lockfile && yarn generate-json && yarn build"
+ command = "yarn generate-json && astro build"
+ publish = "dist"
4
5
-[build.environment]
6
-NODE_VERSION = "20"
7
-NODE_ENV = "production"
8
-YARN_FLAGS = "--frozen-lockfile"
9
-
10
-[[redirects]]
11
-from = "/*"
12
-to = "/index.html"
13
-status = 200
14
15
-[[headers]]
16
- for = "/*"
17
- [headers.values]
18
- X-Frame-Options = "DENY"
19
- X-XSS-Protection = "1; mode=block"
20
- X-Content-Type-Options = "nosniff"
21
- Referrer-Policy = "strict-origin-when-cross-origin"
+[build.processing]
+ skip_processing = true
0 commit comments