We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a3f98 commit 54cfb17Copy full SHA for 54cfb17
1 file changed
website/docusaurus.config.ts
@@ -17,6 +17,9 @@ const config: Config = {
17
additionalLanguages: ['solidity', 'antlr4'],
18
},
19
image: 'img/logo.svg',
20
+ metadata: [
21
+ { name: 'algolia-site-verification', content: '434B800C3E7E420F' },
22
+ ],
23
navbar: {
24
logo: {
25
alt: 'CashScript',
@@ -98,7 +101,7 @@ const config: Config = {
98
101
algolia: {
99
102
apiKey: 'd1e059f9bd6bf56667612a41a5115c6b',
100
103
appId: 'XBVJRKV38F',
- indexName: 'cashscript'
104
+ indexName: process.env.NEXT ? 'next_cashscript' : 'cashscript'
105
106
107
presets: [
0 commit comments