mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-01-30 15:38:19 +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",
|
||||
indexName: "rehldsio",
|
||||
},
|
||||
} satisfies Preset.ThemeConfig,
|
||||
|
||||
plugins: [
|
||||
[
|
||||
"@docusaurus/plugin-google-gtag",
|
||||
@ -157,7 +159,6 @@ const config: Config = {
|
||||
},
|
||||
],
|
||||
],
|
||||
} satisfies Preset.ThemeConfig,
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
Loading…
x
Reference in New Issue
Block a user