sites:
  - name: dev
    domain:
      - localhost
      - /.*\.now\.sh$/
    bundle: bundle/0.1.0
    routes:
      default:
        entry: index.html
        path:
          - /
          - /foo/(.*)
  - name: prod
    domain:
      - ssr.platform.uiharness.com
    bundle: bundle/0.1.0
    routes:
      default:
        entry: index.html
        path:
          - /
          - /foo/(.*)
