9 lines
188 B
YAML
9 lines
188 B
YAML
services:
|
|
# A static site
|
|
- type: web
|
|
name: astrowind
|
|
env: static
|
|
buildCommand: npm run build
|
|
staticPublishPath: ./dist
|
|
pullRequestPreviewsEnabled: true # optional
|