Created
November 29, 2019 14:56
-
-
Save richjenks/7352093dd506db14853aa6e5f2c7919b to your computer and use it in GitHub Desktop.
Serve a Vue project in a subdirectory based on environment
This file contains 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 = { | |
publicPath: process.env.NODE_ENV === 'production' ? '/dist/' : '/' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment