acme协议
All checks were successful
Release / deploy (push) Successful in 2m13s

This commit is contained in:
2024-03-30 00:33:36 +08:00
parent 359881a17c
commit 460c6cdc87
8 changed files with 476 additions and 16 deletions

View File

@ -145,7 +145,7 @@ const config: Config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
// https://prismjs.com/download.html
additionalLanguages: ["php", "bash", "docker"],
additionalLanguages: ["php", "bash", "docker", "json"],
},
} satisfies Preset.ThemeConfig,
};