From 31f2303ef2b651c61b494882eae0aea388c2b453 Mon Sep 17 00:00:00 2001 From: Lucas Pinto Date: Mon, 6 Dec 2021 21:52:54 +0000 Subject: [PATCH] merda de base path --- src/router/index.ts | 2 +- vue.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index dc522db..15fc7e2 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -55,7 +55,7 @@ const routes: Array = [ const router = new VueRouter({ mode: 'hash', - base: '/~ic024/entregas/iteracao3/E3-2/', + base: '/', // '/~ic024/entregas/iteracao3/E3-2/', routes, }); diff --git a/vue.config.js b/vue.config.js index 3dbc188..6d95f0b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -18,5 +18,5 @@ module.exports = { devServer: { disableHostCheck: true, }, - publicPath: '/~ic024/entregas/iteracao3/E3-2/', + publicPath: '/', /// ~ic024/entregas/iteracao3/E3-2/', };