Skip to content

Commit

Permalink
chore(#693): update druxt-site example
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Aug 30, 2024
1 parent 7d16704 commit 27ff2b4
Show file tree
Hide file tree
Showing 3 changed files with 4,181 additions and 1,853 deletions.
3 changes: 2 additions & 1 deletion examples/druxt-site/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ export default {
target: 'static',
generate: { routes: ['/'] },
telemetry: true,
build: { quiet: false },
buildModules: ['@nuxt/postcss8'],
modules: [
'druxt-auth',
'druxt-site'
'druxt-site/nuxt'
],
druxt: {
// The baseUrl of the Druxt enabled Drupal JSON:API server.
Expand Down
7 changes: 6 additions & 1 deletion examples/druxt-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@
"dependencies": {
"druxt-auth": "^0.1.0",
"druxt-site": "link:../../packages/druxt-site",
"nuxt": "latest"
"nuxt": "2"
},
"devDependencies": {
"@nuxt/postcss8": "latest",
"@nuxtjs/storybook": "latest",
"postcss": "latest"
},
"resolutions": {
"vue": "^2.7",
"vue-server-renderer": "^2.7",
"vue-template-compiler": "^2.7"
}
}
Loading

0 comments on commit 27ff2b4

Please sign in to comment.