Created
January 17, 2018 12:23
-
-
Save oguzhanaslan/84a1975f62d6cdd5bdd4db16d0c3c834 to your computer and use it in GitHub Desktop.
next.config.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// next.config.js | |
module.exports = { | |
useFileSystemPublicRoutes: false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment