Build index.html, create nav-component, add colors and handlebar-plugin to config
This commit is contained in:
8
Webauftritt/eportfolio/vite.config.js
Normal file
8
Webauftritt/eportfolio/vite.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { resolve } from 'path';
|
||||
import handlebars from 'vite-plugin-handlebars';
|
||||
|
||||
export default {
|
||||
plugins: [handlebars({
|
||||
partialDirectory: resolve(__dirname, 'partials'),
|
||||
})],
|
||||
};
|
||||
Reference in New Issue
Block a user