Skip to content

Commit

Permalink
fix(seo): removing all canonical links
Browse files Browse the repository at this point in the history
and domains assigned in vercel too
  • Loading branch information
technikhil314 committed Oct 9, 2024
1 parent 52b41e1 commit aa63450
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ import MonacoWebpackPlugin from 'monaco-editor-webpack-plugin'
const BASE_URL = 'https://diffviewer.vercel.app'
const DESCRIPTION =
'A tool that helps you compare any two text blocks without sending any of your data to our servers'
const domainAliases = [
'https://diffchecker.vercel.app/',
'https://textdiff.vercel.app/',
'https://differencer.vercel.app/',
'https://diffie.vercel.app/',
'https://differencefinder.vercel.app/',
'https://differentiator.vercel.app/',
'https://text-differentiator.vercel.app/',
]
const canonicalLinks = domainAliases.map((x) => ({ rel: 'canonical', href: x }))
export default {
ssr: false,
head: {
Expand Down Expand Up @@ -245,7 +235,6 @@ export default {
sizes: '180x180',
href: '/light-apple-touch-icon-180x180.png',
},
...canonicalLinks,
],
},

Expand Down

0 comments on commit aa63450

Please sign in to comment.