Skip to content

Commit

Permalink
fix: algolia search docs links (#222)
Browse files Browse the repository at this point in the history
# Description

Fix issue with algolia docs search links not linking correctly
cross-sites.
  • Loading branch information
itsacoyote authored Sep 18, 2024
1 parent 1b43f03 commit a552869
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@

bun install
git add bun.lockb
bun lint-staged
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: [['@matterlabs/docs-nuxt-template']],
extends: ['@matterlabs/docs-nuxt-template'],
modules: ['@nuxt/content', '@nuxt/ui', '@nuxt/eslint', '@nuxtjs/seo', 'nuxt-gtag', '@vite-pwa/nuxt'],
site: {
name: 'ZKsync Docs',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"vue-tsc": "^2.1.6"
},
"dependencies": {
"@matterlabs/docs-nuxt-template": "2.8.5",
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.1",
"@iconify-json/vscode-icons": "^1.2.0",
"@matterlabs/docs-nuxt-template": "^2.9.1",
"@nuxt/content": "^2.13.2",
"@nuxt/eslint": "^0.5.5",
"@nuxt/fonts": "^0.3.0",
Expand Down

0 comments on commit a552869

Please sign in to comment.