mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Disabled font inlinig, so the css can load quicker
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { resolve } from 'path';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
build: {
|
||||
lib: {
|
||||
@@ -9,6 +8,6 @@ export default defineConfig({
|
||||
fileName: 'scripts',
|
||||
formats: ['es']
|
||||
},
|
||||
outDir: resolve(__dirname, 'wwwroot/dist/'),
|
||||
outDir: resolve(__dirname, 'wwwroot/dist/'),
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user