update config so pug includes work

This commit is contained in:
lightling 2024-08-02 14:05:23 -04:00
parent 650df38f6c
commit 07b37e0805
Signed by: lightling
GPG key ID: F1F29650D537C773

View file

@ -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'),