Skip to content

Commit

Permalink
Merge pull request #188 from technikhil314/develop
Browse files Browse the repository at this point in the history
fix(seo): removing all canonical links
  • Loading branch information
technikhil314 authored Oct 9, 2024
2 parents 6c7ffa1 + aa63450 commit 8c26e95
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 8c26e95

Please sign in to comment.