carbon-components-svelte/render.yaml
Eric Liu 38f98042f4 docs: use prefixed all.css
Without vendor prefixes, some styles are lost in Safari.
2022-04-02 11:14:24 -07:00

11 lines
297 B
YAML

services:
- type: web
name: carbon-components-svelte
env: static
buildCommand: yarn; yarn build:css; cd docs; yarn; yarn build
staticPublishPath: docs/dist
pullRequestPreviewsEnabled: true
routes:
- type: rewrite
source: /*
destination: /index.html