Skip to content

Commit

Permalink
Merge pull request #34 from theophane-girard/improve-home
Browse files Browse the repository at this point in the history
Improve home
  • Loading branch information
theophane-girard authored Jan 6, 2025
2 parents 79d453f + a0fb8eb commit 1804545
Show file tree
Hide file tree
Showing 63 changed files with 8,752 additions and 18,425 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules\\typescript\\lib"
}
24 changes: 12 additions & 12 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,15 @@
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": ["src/favicon.ico", "src/assets"],
"assets": [
"src/favicon.ico",
"src/assets",
{
"glob": "app-ads.txt",
"input": "src/assets",
"output": "."
}
],
"styles": [
"node_modules/font-awesome/css/font-awesome.min.css",
"src/styles.scss"
Expand Down Expand Up @@ -88,19 +96,11 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"polyfills": [
"zone.js",
"zone.js/testing"
],
"polyfills": ["zone.js", "zone.js/testing"],
"tsConfig": "tsconfig.spec.json",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.scss"
],
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.scss"],
"scripts": []
}
}
Expand Down
Loading

0 comments on commit 1804545

Please sign in to comment.