File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 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'
44const BASE_URL = 'https://diffviewer.vercel.app'
55const DESCRIPTION =
66 '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 } ) )
177export default {
188 ssr : false ,
199 head : {
@@ -245,7 +235,6 @@ export default {
245235 sizes : '180x180' ,
246236 href : '/light-apple-touch-icon-180x180.png' ,
247237 } ,
248- ...canonicalLinks ,
249238 ] ,
250239 } ,
251240
You can’t perform that action at this time.
0 commit comments