Skip to content

Commit

Permalink
chore: route matching in /
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Oct 17, 2021
1 parent b7817d0 commit a19cb66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ const routes = [
]

export default createRouter({
history: createWebHistory('/better-write/'),
history: createWebHistory(),
routes,
})
2 changes: 0 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { HeadlessUiResolver } from "unplugin-vue-components/resolvers";
import vueI18n from "@intlify/vite-plugin-vue-i18n";

export default defineConfig({
base: '/better-write/',

plugins: [
vue(),
vueI18n({
Expand Down

1 comment on commit a19cb66

@vercel
Copy link

@vercel vercel bot commented on a19cb66 Oct 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.