# 
# Manifest : @platform/react.ssr
# 

sites:
  - name: dev
    domain: localhost
    bundle: bundle/0.0.0
    routes:
      default:
        entry: index.html
        path: ["/", "/foo"]

  - name: prod
    domain: [mydomain.com, /.*\.now\.sh$/]
    bundle: bundle/0.0.0
    routes:
      default:
        entry: index.html
        path: "/"

