We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f745772 + 862b98d commit 6915aa8Copy full SHA for 6915aa8
docusaurus.config.js
@@ -1,7 +1,7 @@
1
// @ts-check
2
// Note: type annotations allow type checking and IDEs autocompletion
3
-import ConfigLocalized from "./docusaurus.config.localized.json";
4
import { themes } from "prism-react-renderer";
+import ConfigLocalized from "./docusaurus.config.localized.json";
5
6
const lightCodeTheme = themes.github;
7
const darkCodeTheme = themes.dracula;
@@ -79,7 +79,7 @@ const config = {
79
label: "日本語",
80
direction: "ltr",
81
htmlLang: "ja",
82
- calendar: "japanese",
+ calendar: "gregory",
83
},
84
85
0 commit comments