mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
docs: add link rel="canonical"
to pages (#1845)
This commit is contained in:
parent
0fdb9aa9e2
commit
7b46d9b059
2 changed files with 11 additions and 0 deletions
|
@ -65,6 +65,13 @@
|
|||
)}`;
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<link
|
||||
rel="canonical"
|
||||
href="https://svelte.carbondesignsystem.com/components/{component}"
|
||||
/>
|
||||
</svelte:head>
|
||||
|
||||
<Content data-components>
|
||||
<Grid class="fix-overflow">
|
||||
<Row>
|
||||
|
|
|
@ -59,6 +59,10 @@
|
|||
</svelte:head>`;
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<link rel="canonical" href="https://svelte.carbondesignsystem.com/" />
|
||||
</svelte:head>
|
||||
|
||||
<Content>
|
||||
<Grid>
|
||||
<Row>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue