mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-20 00:20:28 +00:00
check algolia_config jq
This commit is contained in:
+10
-10
@@ -50,10 +50,10 @@ const config = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
gtag: {
|
// gtag: {
|
||||||
trackingID: process.env.GOOGLE_ANALYTICS_TAG_ID,
|
// // trackingID: process.env.GOOGLE_ANALYTICS_TAG_ID,
|
||||||
anonymizeIP: true,
|
// anonymizeIP: true,
|
||||||
},
|
// },
|
||||||
theme: {
|
theme: {
|
||||||
customCss: require.resolve('./src/css/custom.css'),
|
customCss: require.resolve('./src/css/custom.css'),
|
||||||
},
|
},
|
||||||
@@ -91,12 +91,12 @@ const config = {
|
|||||||
style: 'dark',
|
style: 'dark',
|
||||||
copyright: `Copyright © ${new Date().getFullYear()} Akmalov Artur`,
|
copyright: `Copyright © ${new Date().getFullYear()} Akmalov Artur`,
|
||||||
},
|
},
|
||||||
algolia: {
|
// algolia: {
|
||||||
appId: process.env.ALGOLIA_APP_ID,
|
// appId: process.env.ALGOLIA_APP_ID,
|
||||||
apiKey: process.env.ALGOLIA_API_KEY,
|
// apiKey: process.env.ALGOLIA_API_KEY,
|
||||||
indexName: process.env.ALGOLIA_INDEX_NAME,
|
// indexName: process.env.ALGOLIA_INDEX_NAME,
|
||||||
searchParameters: {},
|
// searchParameters: {},
|
||||||
},
|
// },
|
||||||
prism: {
|
prism: {
|
||||||
theme: darkCodeTheme,
|
theme: darkCodeTheme,
|
||||||
// darkTheme: darkCodeTheme,
|
// darkTheme: darkCodeTheme,
|
||||||
|
|||||||
Reference in New Issue
Block a user