UNPKG

345 BYAMLView Raw
1#
2# Manifest : @platform/react.ssr
3#
4
5sites:
6 - name: dev
7 domain: localhost
8 bundle: bundle/0.0.0
9 routes:
10 default:
11 entry: index.html
12 path: ["/", "/foo"]
13
14 - name: prod
15 domain: [mydomain.com, /.*\.now\.sh$/]
16 bundle: bundle/0.0.0
17 routes:
18 default:
19 entry: index.html
20 path: "/"
21