From 9430e2d874f76ee064ff5512dc469d4fad9ea631 Mon Sep 17 00:00:00 2001 From: MATSUNAGA Takuya Date: Thu, 6 Jun 2024 22:34:03 +0900 Subject: [PATCH] add base --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 5b46547..5b9a53a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,6 +3,7 @@ import vue from '@vitejs/plugin-vue'; export default defineConfig({ plugins: [vue()], + base: '/paper-translation-helper/', build: { outDir: 'dist', },