Quartz sync: Jul 4, 2024, 11:59 AM

This commit is contained in:
Rami Maalouf 2024-07-04 11:59:55 +02:00
parent 837749c447
commit f1216d4eb9
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 8697beaffd5e0a4429ddae35601b926ef4e090f2
Subproject commit 1e3603f92bb76685d6d2a9c27e91ba03047a8503

View File

@ -1,4 +1,4 @@
import { QuartzConfig } from "./quartz/cfg";
import type { QuartzConfig } from "./quartz/cfg";
import * as Plugin from "./quartz/plugins";
/**
@ -66,9 +66,9 @@ const config: QuartzConfig = {
},
plugins: {
transformers: [
Plugin.FrontMatter(),
Plugin.FrontMatter({}),
Plugin.CreatedModifiedDate({
priority: ["frontmatter", "filesystem"],
priority: ["filesystem", "frontmatter"],
}),
Plugin.SyntaxHighlighting({
theme: {