diff --git a/projects/frontend/vite.config.ts b/projects/frontend/vite.config.ts index 3971b6b..68f7864 100644 --- a/projects/frontend/vite.config.ts +++ b/projects/frontend/vite.config.ts @@ -4,7 +4,13 @@ import * as path from 'path' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [vue()], + plugins: [vue({ + template: { + preprocessOptions: { + basedir: path.resolve(__dirname, './') + }, + } + })], resolve: { alias: { 'content': path.resolve(__dirname, './content'),