Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Feat/20240118 canonical (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubdoramon authored Jan 18, 2024
1 parent b680b31 commit 1a0c261
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default defineUserConfig({
title: "Welcome to our Docs - All information you need about zkSync and ZK Stack",

head: [
["link", { rel: "canonical", href: "https://docs.zksync.io/" }],
["link", { rel: "preconnect", href: "https://fonts.googleapis.com" }],
["link", { rel: "preconnect", href: "https://fonts.gstatic.com", crossorigin: true }],
["link", { rel: "stylesheet", href: "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap" }],
Expand Down Expand Up @@ -117,7 +116,10 @@ export default defineUserConfig({
},

plugins: [
seoPlugin,
seoPlugin({
hostname: "https://docs.zksync.io",
canonical: "https://docs.zksync.io",
}),
pwaPlugin({
update: "force",
}),
Expand Down

0 comments on commit 1a0c261

Please sign in to comment.