Skip to content

Commit dee59a2

Browse files
authored
feat: switch to using npm pkg for nuxt layer (#149)
# Description Switch to use npm package for docs-nuxt-template.
1 parent 8fb623b commit dee59a2

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

bun.lockb

12 KB
Binary file not shown.

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// https://nuxt.com/docs/api/configuration/nuxt-config
22
export default defineNuxtConfig({
3-
extends: [['github:matter-labs/docs-nuxt-template', { install: true }], ['github:zksync-sdk/sdk-docs']],
3+
extends: [['@matterlabs/docs-nuxt-template'], ['github:zksync-sdk/sdk-docs']],
44
modules: ['@nuxt/content', '@nuxt/ui', '@nuxt/eslint', '@nuxtjs/seo', 'nuxt-gtag', '@vite-pwa/nuxt'],
55
site: {
66
name: 'ZKsync Docs',

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"typescript": "^5.0.0"
2525
},
2626
"dependencies": {
27+
"@matterlabs/docs-nuxt-template": "2.3.0",
2728
"@nuxt/content": "^2.12.1",
2829
"@nuxt/eslint": "^0.3.12",
2930
"@nuxt/fonts": "^0.3.0",

0 commit comments

Comments
 (0)