forked from Mirror/ollama4j
Updated docusaurus.config.js
Signed-off-by: Amith Koujalgi <koujalgi.amith@gmail.com>
This commit is contained in:
parent
422601c0fc
commit
11a98a72a1
@ -37,12 +37,6 @@ const config = {
|
|||||||
presets: [
|
presets: [
|
||||||
[
|
[
|
||||||
'classic',
|
'classic',
|
||||||
{
|
|
||||||
gtag: {
|
|
||||||
trackingID: 'G-G7FLH6FNDC',
|
|
||||||
anonymizeIP: false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
/** @type {import('@docusaurus/preset-classic').Options} */
|
/** @type {import('@docusaurus/preset-classic').Options} */
|
||||||
({
|
({
|
||||||
docs: {
|
docs: {
|
||||||
@ -64,6 +58,10 @@ const config = {
|
|||||||
theme: {
|
theme: {
|
||||||
customCss: './src/css/custom.css',
|
customCss: './src/css/custom.css',
|
||||||
},
|
},
|
||||||
|
gtag: {
|
||||||
|
trackingID: 'G-G7FLH6FNDC',
|
||||||
|
anonymizeIP: false,
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user