Commit 5d55330
authored
fix: use dynamic title in head on docs pages (#2319)
Previously it'd just display "NFT.Storage Docs" in the title tag on
every docs page. Now it'll update to match the h1 on the page:

partially fixes #2304 . To get dynamic og tags it looks like we might
have to upgrade nextra (which means also upgrading React and nextjs).1 parent a0934cd commit 5d55330
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 12 | + | |
17 | 13 | | |
18 | 14 | | |
19 | 15 | | |
0 commit comments