diff options
author | mat <github@matdoes.dev> | 2022-05-15 16:12:13 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-05-15 16:12:13 -0500 |
commit | 285fc4f3f93b90e4b457926d45844979a7fa463e (patch) | |
tree | eb5e87b83e986d1dfaaf39ca151bd5cd1f15a3b7 /src | |
parent | cf07ceb8eda3d6e01713a50b18974c3ce8f45b0d (diff) | |
download | skyblock-stats-285fc4f3f93b90e4b457926d45844979a7fa463e.tar.gz skyblock-stats-285fc4f3f93b90e4b457926d45844979a7fa463e.tar.bz2 skyblock-stats-285fc4f3f93b90e4b457926d45844979a7fa463e.zip |
meta [name=description] not [property=description]
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Head.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Head.svelte b/src/lib/Head.svelte index 42d8170..e419baa 100644 --- a/src/lib/Head.svelte +++ b/src/lib/Head.svelte @@ -25,6 +25,6 @@ if we don't do this it looks bad on discord and probably other places --> <meta property="og:title" content={metaTitle} /> - {@html `<meta property="description" content="${serializeHtml(description)}" />`} + {@html `<meta name="description" content="${serializeHtml(description)}" />`} {@html `<meta property="og:description" content="${serializeHtml(metaDescription)}" />`} </svelte:head> |