Skip to content

Commit

Permalink
feat: switch to use docs-nuxt-template npm pkg (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote authored Jun 27, 2024
1 parent e3fe276 commit 9e02531
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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 }]],
extends: [['@matterlabs/docs-nuxt-template']],
modules: ['@nuxt/content', '@nuxt/ui', '@nuxt/eslint', '@nuxtjs/seo', 'nuxt-gtag'],
site: {
name: 'Community Code',
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@
"release": "semantic-release"
},
"dependencies": {
"@matterlabs/docs-nuxt-template": "2.3.0",
"@nuxt/content": "^2.12.1",
"@nuxt/eslint": "^0.3.10",
"@nuxt/fonts": "^0.5.1",
"@nuxt/image": "^1.7.0",
"@nuxt/ui": "^2.16.0",
"@nuxt/ui-pro": "^1.1.0",
"@nuxtjs/seo": "^2.0.0-rc.10",
"nuxt-headlessui": "^1.2.0",
"dayjs": "^1.11.10",
"nuxt": "^3.11.2",
"nuxt-gtag": "^2.0.6",
"nuxt-headlessui": "^1.2.0",
"nuxt-og-image": "^3.0.0-rc.53",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
Expand Down

0 comments on commit 9e02531

Please sign in to comment.