cleanup
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-02-26 18:16:11 +01:00
parent 92e148d80f
commit ebc9cdb52a
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 0 additions and 3 deletions

View file

@ -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: '/',

View file

@ -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('')