Skip to content

Commit 3b55954

Browse files
committed
Add render.yaml for static site deployment
1 parent 350cb9d commit 3b55954

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

render.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Render.com Configuration
2+
3+
commit:
4+
message: "Add render.yaml for static site deployment"
5+
6+
static:
7+
include:
8+
- '**/*'
9+
publish: '/path-to-your-public-directory'
10+
command: 'npm run build' # Adjust according to your build command

0 commit comments

Comments
 (0)