Skip to content

Commit e15364a

Browse files
authored
chore: remove extra runtimeconfig
1 parent bbaba6b commit e15364a

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.starters/default/nuxt.config.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,5 @@ export default defineNuxtConfig({
77
'@nuxtjs/plausible',
88
// https://github.com/nuxt/devtools
99
'@nuxt/devtools'
10-
],
11-
runtimeConfig: {
12-
public: {
13-
algolia: {
14-
applicationId: 'Q46Q8609QS',
15-
apiKey: '1661c72375532f074aedd9452a1270be',
16-
langAttribute: 'lang',
17-
docSearch: {
18-
indexName: 'content-nuxtjs'
19-
}
20-
}
21-
}
22-
}
10+
]
2311
})

0 commit comments

Comments
 (0)