Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

/ is not fallback to the default page #311

Open
hex0cter opened this issue Mar 1, 2017 · 1 comment
Open

/ is not fallback to the default page #311

hex0cter opened this issue Mar 1, 2017 · 1 comment

Comments

@hex0cter
Copy link

hex0cter commented Mar 1, 2017

With the following config

module.exports = {
  /**
   * Different application entry-points
   * Each page is a combination of a JavaScript file and a HTML file
   *
   * Example: 'index' -> 'index.html' and 'index.js'
   */
  pages: ['page1', 'page2'],

  javaScript: {
    transpileDependencies: [
      'currency'
    ]
  },

I expect when opening http://hostname:port/, by default it should open the first page in the pages list. At the moment I get

Cannot GET /
@xaviervia
Copy link
Member

Good feature 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants