diff --git a/src/router.js b/src/router.js index d553489..5eb7629 100644 --- a/src/router.js +++ b/src/router.js @@ -2,8 +2,6 @@ import { createRouter, createWebHashHistory } from 'vue-router' import HomePage from './page/HomePage.vue' import AboutPage from './page/AboutPage.vue' -// const APP_BASE_URL = '/' - const routes = [ { path: '/', diff --git a/webpack.config.js b/webpack.config.js index 4c8910e..99e6bc4 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -5,7 +5,6 @@ const APP_BASE_URL = '/' Encore.configureRuntimeEnvironment(process.env.NODE_ENV || 'dev') Encore - // directory where compiled assets will be stored .setOutputPath('public/') .setPublicPath(APP_BASE_URL) .setManifestKeyPrefix('')