diff options
| author | Pitu <[email protected]> | 2019-03-12 07:43:14 +0000 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-03-12 07:43:14 +0000 |
| commit | 455c9ee25c4647f50680d5c614151100cac3157e (patch) | |
| tree | 13278e9dd06313171559c8b42a9607c39e471b70 /src | |
| parent | Clicking on album title takes you to the album now (diff) | |
| download | host.fuwn.me-455c9ee25c4647f50680d5c614151100cac3157e.tar.xz host.fuwn.me-455c9ee25c4647f50680d5c614151100cac3157e.zip | |
Added meta tags
Diffstat (limited to 'src')
| -rw-r--r-- | src/site/static/oembed.json | 6 | ||||
| -rw-r--r-- | src/wizard.js | 6 |
2 files changed, 11 insertions, 1 deletions
diff --git a/src/site/static/oembed.json b/src/site/static/oembed.json new file mode 100644 index 0000000..55dc845 --- /dev/null +++ b/src/site/static/oembed.json @@ -0,0 +1,6 @@ +{ + "title": "lolisafe", + "author_name": "Blazing fast file uploader and bunker written in node! 🚀", + "provider_name": "lolisafe", + "provider_url": "https://lolisafe.moe" +} diff --git a/src/wizard.js b/src/wizard.js index f736ee2..e7efb61 100644 --- a/src/wizard.js +++ b/src/wizard.js @@ -142,7 +142,11 @@ async function start() { BLOCKED_EXTENSIONS: ['.jar', '.exe', '.msi', '.com', '.bat', '.cmd', '.scr', '.ps1', '.sh'], UPLOAD_FOLDER: 'uploads', SECRET: randomstring.generate(64), - MAX_LINKS_PER_ALBUM: 5 + MAX_LINKS_PER_ALBUM: 5, + META_THEME_COLOR: '#20222b', + META_DESCRIPTION: 'Blazing fast file uploader and bunker written in node! 🚀', + META_KEYWORDS: 'lolisafe,upload,uploader,file,vue,images,ssr,file uploader,free', + META_TWITTER_HANDLE: '@its_pitu' }; const allSettings = Object.assign(defaultSettings, response); |