Skip to content

Commit 495b9ce

Browse files
committed
Update packages
1 parent 4cee06e commit 495b9ce

2 files changed

Lines changed: 1958 additions & 2999 deletions

File tree

nuxt.config.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// https://nuxt.com/docs/api/configuration/nuxt-config
22
export default defineNuxtConfig({
3-
compatibilityDate: "2024-10-29",
3+
compatibilityDate: "2025-06-06",
44
devtools: { enabled: true },
55
srcDir: "frontend",
66
modules: ["@nuxt/eslint", "nuxt-compile-markdown"],
@@ -17,16 +17,7 @@ export default defineNuxtConfig({
1717
},
1818
},
1919

20-
// Fixes Sass deprecation warnings. I expect this to eventually be default.
2120
vite: {
22-
css: {
23-
preprocessorOptions: {
24-
scss: {
25-
api: "modern-compiler",
26-
},
27-
},
28-
},
29-
3021
server: {
3122
// The backend manages allowed hosts, so the frontend doesn't need to.
3223
allowedHosts: true,

0 commit comments

Comments
 (0)