File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,6 @@ import MonacoWebpackPlugin from 'monaco-editor-webpack-plugin'
4
4
const BASE_URL = 'https://diffviewer.vercel.app'
5
5
const DESCRIPTION =
6
6
'A tool that helps you compare any two text blocks without sending any of your data to our servers'
7
- const domainAliases = [
8
- 'https://diffchecker.vercel.app/' ,
9
- 'https://textdiff.vercel.app/' ,
10
- 'https://differencer.vercel.app/' ,
11
- 'https://diffie.vercel.app/' ,
12
- 'https://differencefinder.vercel.app/' ,
13
- 'https://differentiator.vercel.app/' ,
14
- 'https://text-differentiator.vercel.app/' ,
15
- ]
16
- const canonicalLinks = domainAliases . map ( ( x ) => ( { rel : 'canonical' , href : x } ) )
17
7
export default {
18
8
ssr : false ,
19
9
head : {
@@ -245,7 +235,6 @@ export default {
245
235
sizes : '180x180' ,
246
236
href : '/light-apple-touch-icon-180x180.png' ,
247
237
} ,
248
- ...canonicalLinks ,
249
238
] ,
250
239
} ,
251
240
You can’t perform that action at this time.
0 commit comments