From ebc9cdb52a24c11ba58b4f8e1c32b4492156842b Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 26 Feb 2023 18:16:11 +0100 Subject: [PATCH] cleanup --- src/router.js | 2 -- webpack.config.js | 1 - 2 files changed, 3 deletions(-) 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('')