We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622d234 commit 952ccddCopy full SHA for 952ccdd
1 file changed
src/.vuepress/config.ts
@@ -392,6 +392,7 @@ export default defineUserConfig({
392
apiKey: JSON.stringify(process.env.ALGOLIA_SEARCH_KEY) || algoliaDefaultSearchKey,
393
indexName: JSON.stringify(process.env.ALGOLIA_INDEX) || algoliaDefaultIndex,
394
appId: JSON.stringify(process.env.ALGOLIA_APP_ID) || algoliaDefaultAppId,
395
+ indexBase:'/'
396
}),
397
googleAnalyticsPlugin({
398
id: JSON.stringify(process.env.GA_ID) || JSON.stringify(googleAnalyticsID),
0 commit comments