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 9c50f7b commit f790a66Copy full SHA for f790a66
nuxt/nuxt.config.js
@@ -32,7 +32,7 @@ export default {
32
33
// Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
34
buildModules: [
35
- 'druxt-auth',
+ ['druxt-auth', { clientId: process.env.OAUTH_CLIENT_ID }],
36
'druxt-site'
37
],
38
@@ -42,8 +42,6 @@ export default {
42
// DruxtJS: https://druxtjs.org
43
druxt: {
44
baseUrl,
45
- // Enable OAuth2 authentication.
46
- auth: { clientId: process.env.OAUTH_CLIENT_ID },
47
// Disable deprecated Entity fields.
48
entity: { components: { fields: false }},
49
// Set the default theme to render Site regions.
0 commit comments