We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba71853 commit b46693bCopy full SHA for b46693b
docs/.vuepress/config.js
@@ -3,6 +3,10 @@ module.exports = {
3
description: 'Axios Module for Nuxt',
4
head: [['link', { rel: 'stylesheet', href: '/styles.css' }]],
5
themeConfig: {
6
+ algolia: {
7
+ apiKey: 'b41badfa89f1ce270dfeaf0fdfbfbaea',
8
+ indexName: 'nuxtjs_axios'
9
+ },
10
repo: 'nuxt-community/axios-module',
11
docsDir: 'docs',
12
editLinks: true,
0 commit comments