Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 27, 2023
1 parent 992d731 commit 4a2107e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
[build.environment]
NODE_VERSION = "20"

[build]
publish = "dist"
command = "pnpm run build"

[build.environment]
NODE_VERSION = "20"

[[redirects]]
from = "/*"
to = "/index.html"
status = 200

[[headers]]
for = "/manifest.webmanifest"

[headers.values]
Content-Type = "application/manifest+json"

0 comments on commit 4a2107e

Please sign in to comment.