Skip to content

Commit

Permalink
fix: schema.org metatag default serviceUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Dec 18, 2023
1 parent 104aeea commit a455088
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 4 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@

## Versione X.X.X (dd/mm/yyyy)

### Novità

- Modificata l'altezza delle immagini delle card, per essere in linea con i template agid.

### Fix

- Sistemati gli stili per i sottositi per l'accessibilità.
Expand Down Expand Up @@ -105,11 +109,6 @@
- Sistemato il layout della card nella variazione Bandi del Blocco Elenco per la modalità tablet
- Sistemata accessibilità del read-more nel blocco elenco con variazione "Card con testo animato" quando si è in un sottosito con uno stile applicato.
- Sistemato errore quando viene impostato "service-link" come ID lighthouse.
## Versione X.X.X (dd/mm/yyyy)

### Novità

- Modificata l'altezza delle immagini delle card, per essere in linea con i template agid.

## Versione 10.4.1 (21/11/2023)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ const ServizioMetatag = ({ content }) => {
schemaOrg.availableChannel.serviceUrl = toPublicURL(
content.canale_digitale_link,
);
} else {
schemaOrg.availableChannel.serviceUrl = toPublicURL(content['@id']);
}

if (content.ufficio_responsabile[0]) {
Expand Down

0 comments on commit a455088

Please sign in to comment.