lrf402788946 5 years ago
parent
commit
8a7aa788c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -1,6 +1,6 @@
 const path = require('path');
 module.exports = {
-  publicPath: process.env.NODE_ENV === 'development' ? '/' : 'examine',
+  publicPath: process.env.NODE_ENV === 'development' ? '/' : '/',
   outputDir: 'examine',
   configureWebpack: config => {
     Object.assign(config, {