Skip to content

Commit

Permalink
Seo upgrades (#33)
Browse files Browse the repository at this point in the history
* wip seo upgrade, need fixing sitemap.xml

* fix loading lib http on server side

* fix loading seo sub class

* fix all

* optimize js
  • Loading branch information
FunixG authored Sep 21, 2023
1 parent f2a7891 commit 922e168
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@
"src/assets"
],
"styles": [
"node_modules/bootstrap/scss/bootstrap.scss",
"src/styles.scss"
],
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/@popperjs/core/dist/umd/popper.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js"
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/navbar/navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img ngSrc="assets/img/accueil/pacifista-logo-navbar.webp" [loading]="'lazy'" width="90" height="90" alt="pacifista navbar minecraft logo" class="d-inline-block">
<img ngSrc="assets/img/pacifista-logo-navbar.webp" [loading]="'lazy'" width="64" height="64" alt="pacifista navbar minecraft logo" class="d-inline-block">
</a>

<div class="d-flex">
Expand Down
Binary file removed src/assets/img/accueil/pacifista-logo-navbar.webp
Binary file not shown.
Binary file added src/assets/img/pacifista-logo-navbar.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ h4 {
}

a {
color: #0bec41;
color: $main_color;
text-decoration: none;
}

Expand Down

0 comments on commit 922e168

Please sign in to comment.