Skip to content

Commit

Permalink
chore: info
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Feb 12, 2025
1 parent 40b83d8 commit 2d6a299
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@

### Migliorie

- aggiunto il tag <lin rel="canonical"> per tutte le pagine, come suggerito da consulente SEO
- aggiunta la barra di loading nella parte alta della pagina quando si sta caricando un contenuto
- a11y - migliorata l'accessibilità del sito per quanto riguarda le icone
- a11y - migliorato il contrasto del focus sugli elementi con la navigazione da tastiera

## Versione 2.1.0 (05/02/2025)

Expand Down
3 changes: 2 additions & 1 deletion src/components/AppExtras/GenericAppExtras.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const GenericAppExtras = (props) => {
return (
<>
<Helmet>
<link rel="canonical" href={toPublicURL(location.pathname)} />
<link rel="canonical" href={toPublicURL(location.pathname)} />{' '}
{/** Se impostato un canonlical nei campi SEO della pagina vincerà quello */}
</Helmet>
<ScrollToTop />
<SubsiteLoader pathname={location.pathname} />
Expand Down

0 comments on commit 2d6a299

Please sign in to comment.