Not fully styled/finished version of header and home page + all images

This commit is contained in:
2025-04-02 22:52:15 +02:00
parent 6ff99ffb5f
commit 0063e1012b
126 changed files with 65042 additions and 20 deletions
+26 -2
View File
@@ -27,13 +27,36 @@
"assets": [
{
"glob": "**/*",
"input": "public"
"input": "public",
"output": "public"
}
],
"styles": [
"src/styles.scss"
],
"scripts": []
},
"configurations": {
"production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"logging": false,
"vendorChunk": false,
"buildOptimizer": true
},
"development": {
"sourceMap": true,
"optimization": false
}
}
},
"serve": {
@@ -63,7 +86,8 @@
"assets": [
{
"glob": "**/*",
"input": "public"
"input": "public",
"output": "public"
}
],
"styles": [