mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-06-01 16:27:41 +03:00
fix plugins place in config
This commit is contained in:
parent
d46b168ef8
commit
6f6909273d
@ -141,6 +141,8 @@ const config: Config = {
|
|||||||
apiKey: "41b3073341af875e11a1de96cd00f535",
|
apiKey: "41b3073341af875e11a1de96cd00f535",
|
||||||
indexName: "rehldsio",
|
indexName: "rehldsio",
|
||||||
},
|
},
|
||||||
|
} satisfies Preset.ThemeConfig,
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
[
|
[
|
||||||
"@docusaurus/plugin-google-gtag",
|
"@docusaurus/plugin-google-gtag",
|
||||||
@ -157,7 +159,6 @@ const config: Config = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
} satisfies Preset.ThemeConfig,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user