Skip to content

Commit 610ac5d

Browse files
committed
add netlify support
1 parent ddabde1 commit 610ac5d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ node_modules
44
.cache
55
.output
66
.env
7-
dist
7+
dist
8+
.netlify

netlify.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
command = "pnpm build:netlify"
3+
publish = "."

0 commit comments

Comments
 (0)