diff --git a/render.yaml b/render.yaml new file mode 100644 index 0000000..8c288c7 --- /dev/null +++ b/render.yaml @@ -0,0 +1,8 @@ +services: + # A static site + - type: web + name: astrowind + env: static + buildCommand: npm build + staticPublishPath: ./dist + pullRequestPreviewsEnabled: true # optional