Skip to content

Commit

Permalink
tell serve it's a SPA
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Sep 14, 2017
1 parent 0b09e23 commit 7869c1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/index.js
Expand Up @@ -8,5 +8,6 @@ const {env} = process
const publicPath = env.PUBLIC_PATH || resolve(__dirname, '../client/public')

serve(publicPath, {
port: env.HTTP_PORT
port: env.HTTP_PORT,
single: true
})

0 comments on commit 7869c1d

Please sign in to comment.