This commit is contained in:
ZiuChen
2023-04-26 18:26:00 +08:00
parent 04b63c800a
commit 7f4c9960e9
4 changed files with 204 additions and 4 deletions

View File

@@ -69,10 +69,13 @@ export default defineConfig({
copyright: 'Copyright © 2019-present Ziu Chen'
},
lastUpdatedText: 'Updated Date',
algolia: {
apiKey: 'b4fd296ea5e467b3ac4a582160ff3122',
indexName: 'ziuchenio',
appId: 'LFZ2CPWWUG'
search: {
provider: 'algolia',
options: {
appId: 'LFZ2CPWWUG',
apiKey: 'b4fd296ea5e467b3ac4a582160ff3122',
indexName: 'ziuchenio'
}
}
}
})