diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-19 13:56:34 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-19 14:22:28 +0100 |
| commit | a26b775b7bbf1abd3e99c8bf9ce4c7522d3a0adc (patch) | |
| tree | 7f041845fa64d00f20f949d1cba14fec3eca3435 /src/config | |
| parent | 813084fc23113ae2f594bf6ef1cf53bd003c9479 (diff) | |
chore: add structured data using schema.org and JSON-LD
I also added the featured image on single article.
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/website.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/website.ts b/src/config/website.ts index a1e238e..d8721c5 100644 --- a/src/config/website.ts +++ b/src/config/website.ts @@ -9,4 +9,5 @@ export const config = { }, defaultLocale: 'fr', postsPerPage: 10, + url: process.env.NEXT_PUBLIC_FRONTEND_URL, }; |
