Last active
February 22, 2019 09:50
-
-
Save sudhir600/647444fe43b86cd9824689cfd5d39644 to your computer and use it in GitHub Desktop.
add settings.js in middleware
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
module.exports = { | |
mode: 'spa', | |
router: { | |
middleware: ['settings'] | |
}, | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment