Skip to content

Commit

Permalink
feat: switch to using npm pkg for nuxt layer (#149)
Browse files Browse the repository at this point in the history
# Description

Switch to use npm package for docs-nuxt-template.
  • Loading branch information
itsacoyote authored Jun 28, 2024
1 parent 8fb623b commit dee59a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
extends: [['github:matter-labs/docs-nuxt-template', { install: true }], ['github:zksync-sdk/sdk-docs']],
extends: [['@matterlabs/docs-nuxt-template'], ['github:zksync-sdk/sdk-docs']],
modules: ['@nuxt/content', '@nuxt/ui', '@nuxt/eslint', '@nuxtjs/seo', 'nuxt-gtag', '@vite-pwa/nuxt'],
site: {
name: 'ZKsync Docs',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@matterlabs/docs-nuxt-template": "2.3.0",
"@nuxt/content": "^2.12.1",
"@nuxt/eslint": "^0.3.12",
"@nuxt/fonts": "^0.3.0",
Expand Down

0 comments on commit dee59a2

Please sign in to comment.