update config so pug includes work
This commit is contained in:
parent
650df38f6c
commit
07b37e0805
1 changed files with 7 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Reference in a new issue