Commit 1a779ab 1 parent cf25290 commit 1a779ab Copy full SHA for 1a779ab
File tree 2 files changed +12
-19
lines changed
2 files changed +12
-19
lines changed Original file line number Diff line number Diff line change 20
20
"outputPath" : " dist" ,
21
21
"index" : " src/index.html" ,
22
22
"main" : " src/main.ts" ,
23
- "polyfills" : [
24
- " zone.js"
25
- ],
23
+ "polyfills" : [" zone.js" ],
26
24
"tsConfig" : " tsconfig.app.json" ,
27
25
"inlineStyleLanguage" : " scss" ,
28
26
"assets" : [
29
27
" src/favicon.ico" ,
30
- " src/assets"
31
- ],
32
- "styles" : [
33
- " src/styles.scss"
28
+ " src/assets" ,
29
+ {
30
+ "glob" : " _redirects" ,
31
+ "input" : " src" ,
32
+ "output" : " /"
33
+ }
34
34
],
35
+ "styles" : [" src/styles.scss" ],
35
36
"scripts" : []
36
37
},
37
38
"configurations" : {
82
83
"test" : {
83
84
"builder" : " @angular-devkit/build-angular:karma" ,
84
85
"options" : {
85
- "polyfills" : [
86
- " zone.js" ,
87
- " zone.js/testing"
88
- ],
86
+ "polyfills" : [" zone.js" , " zone.js/testing" ],
89
87
"tsConfig" : " tsconfig.spec.json" ,
90
88
"inlineStyleLanguage" : " scss" ,
91
- "assets" : [
92
- " src/favicon.ico" ,
93
- " src/assets"
94
- ],
95
- "styles" : [
96
- " src/styles.scss"
97
- ],
89
+ "assets" : [" src/favicon.ico" , " src/assets" ],
90
+ "styles" : [" src/styles.scss" ],
98
91
"scripts" : []
99
92
}
100
93
}
Original file line number Diff line number Diff line change 21
21
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
22
22
< title > SeoTopper - Preview and generate meta tags</ title >
23
23
< link rel ="canonical " href ="https://seotopper.netlify.app/ " />
24
- < link rel ="icon " type ="image/x-icon " href ="favicon.ico " />
24
+ < link rel ="icon " type ="image/x-icon " href ="https://seotopper.netlify.app/ favicon.ico " />
25
25
< meta name ="robots " content ="index, follow " />
26
26
< meta name ="googlebot " content ="index, follow " />
27
27
< meta
You can’t perform that action at this time.
0 commit comments