Skip to content

Commit 1a779ab

Browse files
add home screen
1 parent cf25290 commit 1a779ab

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

angular.json

+11-18
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,19 @@
2020
"outputPath": "dist",
2121
"index": "src/index.html",
2222
"main": "src/main.ts",
23-
"polyfills": [
24-
"zone.js"
25-
],
23+
"polyfills": ["zone.js"],
2624
"tsConfig": "tsconfig.app.json",
2725
"inlineStyleLanguage": "scss",
2826
"assets": [
2927
"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+
}
3434
],
35+
"styles": ["src/styles.scss"],
3536
"scripts": []
3637
},
3738
"configurations": {
@@ -82,19 +83,11 @@
8283
"test": {
8384
"builder": "@angular-devkit/build-angular:karma",
8485
"options": {
85-
"polyfills": [
86-
"zone.js",
87-
"zone.js/testing"
88-
],
86+
"polyfills": ["zone.js", "zone.js/testing"],
8987
"tsConfig": "tsconfig.spec.json",
9088
"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"],
9891
"scripts": []
9992
}
10093
}

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<meta name="viewport" content="width=device-width, initial-scale=1" />
2222
<title>SeoTopper - Preview and generate meta tags</title>
2323
<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" />
2525
<meta name="robots" content="index, follow" />
2626
<meta name="googlebot" content="index, follow" />
2727
<meta

0 commit comments

Comments
 (0)