Skip to content

Commit

Permalink
merda de base path
Browse files Browse the repository at this point in the history
  • Loading branch information
luckspt committed Dec 6, 2021
1 parent e349f39 commit 31f2303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const routes: Array<RouteConfig> = [

const router = new VueRouter({
mode: 'hash',
base: '/~ic024/entregas/iteracao3/E3-2/',
base: '/', // '/~ic024/entregas/iteracao3/E3-2/',
routes,
});

Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ module.exports = {
devServer: {
disableHostCheck: true,
},
publicPath: '/~ic024/entregas/iteracao3/E3-2/',
publicPath: '/', /// ~ic024/entregas/iteracao3/E3-2/',
};

0 comments on commit 31f2303

Please sign in to comment.