File tree 1 file changed +6
-9
lines changed
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,18 @@ import path from 'path'
2
2
import MonacoWebpackPlugin from 'monaco-editor-webpack-plugin'
3
3
4
4
const BASE_URL = 'https://diffviewer.vercel.app'
5
- const domainAliases = [
6
- 'https://diffchecker.vercel.app/' ,
7
- 'https://textdiff.vercel.app/' ,
8
- 'https://differencer.vercel.app/' ,
9
- 'https://diffie.vercel.app/' ,
10
- 'https://differencefinder.vercel.app/' ,
11
- ]
12
- const canonicalLinks = domainAliases . map ( ( x ) => ( { rel : 'canonical' , href : x } ) )
13
5
const DESCRIPTION =
14
6
'A privacy first diff viewer that is secure, easy, simple and for any text type'
15
7
export default {
16
8
ssr : false ,
17
9
head : {
18
10
title : `Diff viewer - ${ DESCRIPTION } ` ,
11
+ script : [
12
+ {
13
+ src : 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4467877923505914' ,
14
+ crossorigin : 'anonymous' ,
15
+ } ,
16
+ ] ,
19
17
meta : [
20
18
{ charset : 'utf-8' } ,
21
19
{ name : 'color-scheme' , content : 'dark light' } ,
@@ -229,7 +227,6 @@ export default {
229
227
sizes : '180x180' ,
230
228
href : '/light-apple-touch-icon-180x180.png' ,
231
229
} ,
232
- ...canonicalLinks ,
233
230
] ,
234
231
} ,
235
232
You can’t perform that action at this time.
0 commit comments