From 455c9ee25c4647f50680d5c614151100cac3157e Mon Sep 17 00:00:00 2001 From: Pitu Date: Tue, 12 Mar 2019 07:43:14 +0000 Subject: Added meta tags --- src/wizard.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/wizard.js') 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); -- cgit v1.2.3