Skip to content

Commit 87c806c

Browse files
committed
Configure render.yaml for static env
1 parent 723e251 commit 87c806c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

render.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
- type: web
3-
name: sveltekit
4-
env: node
3+
name: sveltekit-static
4+
env: static
55
buildCommand: npm install && npm run build
6-
startCommand: node build/index.js
6+
staticPublishPath: build

0 commit comments

Comments
 (0)