mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-08 12:47:46 +02:00
dep:#64 updated frontend packages and fixed changes
This commit is contained in:
@@ -20,9 +20,9 @@ import { fileURLToPath } from "node:url";
|
||||
import resolve from "@rollup/plugin-node-resolve";
|
||||
import { resolve as pathResolver } from "path";
|
||||
import terser from "@rollup/plugin-terser";
|
||||
import ViteSSGOptions from "vite-ssg";
|
||||
import generateSitemap from "vite-ssg-sitemap";
|
||||
import vueDevTools from "vite-plugin-vue-devtools";
|
||||
import { ViteSSGOptions } from "vite-ssg";
|
||||
|
||||
const hostname = "https://cal.htwk-leipzig.de";
|
||||
|
||||
@@ -45,7 +45,7 @@ export default defineConfig({
|
||||
".scss",
|
||||
],
|
||||
},
|
||||
ssgOptions: {
|
||||
ssgOptions: <ViteSSGOptions>{
|
||||
script: "async",
|
||||
formatting: "minify",
|
||||
format: "esm",
|
||||
|
Reference in New Issue
Block a user