Pages added

This commit is contained in:
2023-07-04 08:37:24 +02:00
parent 7df61b82ba
commit 98602bb39f
25 changed files with 512 additions and 483 deletions

View File

@@ -30,9 +30,13 @@
"src/assets"
],
"styles": [
"src/styles.scss"
"src/styles.scss",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": []
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
]
},
"configurations": {
"production": {
@@ -100,5 +104,8 @@
}
}
}
},
"cli": {
"analytics": "fe579120-5389-4b18-8b82-10585975b75f"
}
}