Add meta tags for pretty thumbnail embedding

This commit is contained in:
Hippo 2022-08-26 18:25:30 +05:30
parent 24a06c36c3
commit ac64a8479a
3 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,7 @@
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0",
"svelte-check": "^2.0.0",
"svelte-meta-tags": "^2.6.2",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^4.0.0"

View File

@ -3,6 +3,9 @@
import saveAs from 'file-saver'
import Slug from 'slug'
// Meta tags
import { MetaTags } from 'svelte-meta-tags'
// icons
import Icon from 'fa-svelte'
import { faCode } from '@fortawesome/free-solid-svg-icons/faCode'
@ -129,6 +132,7 @@
<svelte:head>
<title>Ghost User Maker</title>
<MetaTags title="Ghost User Maker" description="A simple tool to generate user JSON files that can be 'imported' to your Ghost website."/>
</svelte:head>
<main>

View File

@ -886,6 +886,11 @@ svelte-check@^2.0.0:
svelte-preprocess "^4.0.0"
typescript "*"
svelte-meta-tags@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/svelte-meta-tags/-/svelte-meta-tags-2.6.2.tgz#7068792cd3961e2df79d458876aad13a8579a5ec"
integrity sha512-2XPeMUj5Q93D7PzStFgwiUa7xxcCayz0VwaOm48KQdZKRuKWw6maA9lG+KiuUufcuERmReWFWzLeHzrtb4lmDg==
svelte-preprocess@^4.0.0:
version "4.10.7"
resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-4.10.7.tgz#3626de472f51ffe20c9bc71eff5a3da66797c362"