Skip to content

Commit c4a727e

Browse files
committed
chore: netlify
1 parent 8cde672 commit c4a727e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

netlify.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[build.environment]
2+
NODE_VERSION = "18"
3+
4+
[build]
5+
publish = "playground/dist"
6+
command = "pnpm run build:play"
7+
8+
[[redirects]]
9+
from = "/*"
10+
to = "/index.html"
11+
status = 200
12+
13+
[[headers]]
14+
for = "/manifest.webmanifest"
15+
[headers.values]
16+
Content-Type = "application/manifest+json"

0 commit comments

Comments
 (0)