Compare commits

...

2 Commits

Author SHA1 Message Date
76fc481b19 chore(deps): update dependency esbuild-sass-plugin to v2.16.1 2024-02-04 18:01:48 +00:00
35a2226b1c let's try this 2024-02-04 18:36:54 +01:00
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2052,9 +2052,9 @@
} }
}, },
"node_modules/esbuild-sass-plugin": { "node_modules/esbuild-sass-plugin": {
"version": "2.16.0", "version": "2.16.1",
"resolved": "https://registry.npmjs.org/esbuild-sass-plugin/-/esbuild-sass-plugin-2.16.0.tgz", "resolved": "https://registry.npmjs.org/esbuild-sass-plugin/-/esbuild-sass-plugin-2.16.1.tgz",
"integrity": "sha512-mGCe9MxNYvZ+j77Q/QFO+rwUGA36mojDXkOhtVmoyz1zwYbMaNrtVrmXwwYDleS/UMKTNU3kXuiTtPiAD3K+Pw==", "integrity": "sha512-mBB2aEF0xk7yo+Q9pSUh8xYED/1O2wbAM6IauGkDrqy6pl9SbJNakLeLGXiNpNujWIudu8TJTZCv2L5AQYRXtA==",
"dependencies": { "dependencies": {
"resolve": "^1.22.6", "resolve": "^1.22.6",
"sass": "^1.7.3" "sass": "^1.7.3"

View File

@@ -11,7 +11,7 @@ const config: QuartzConfig = {
}, },
baseUrl: "physics.kluster.moll.re", baseUrl: "physics.kluster.moll.re",
ignorePatterns: ["private", "templates", ".obsidian"], ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created", defaultDateType: "modified",
theme: { theme: {
typography: { typography: {
header: "Schibsted Grotesk", header: "Schibsted Grotesk",