Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Removed Next.js config and renamed entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed May 16, 2018
1 parent 5e24bbb commit e9ac04c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion template/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ app.on('ready', async () => {
// as the first argument and the name of the
// renderer page (located in the "pages" directory) you
// would like to load as the second one.
setWindowURL(introWindow, 'intro')
setWindowURL(introWindow, 'index')
})

// Quit the app once all windows are closed
Expand Down
7 changes: 0 additions & 7 deletions template/renderer/next.config.js

This file was deleted.

File renamed without changes.

0 comments on commit e9ac04c

Please sign in to comment.