aboutsummaryrefslogtreecommitdiff
path: root/src/wizard.js
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-03-12 07:43:14 +0000
committerPitu <[email protected]>2019-03-12 07:43:14 +0000
commit455c9ee25c4647f50680d5c614151100cac3157e (patch)
tree13278e9dd06313171559c8b42a9607c39e471b70 /src/wizard.js
parentClicking on album title takes you to the album now (diff)
downloadhost.fuwn.me-455c9ee25c4647f50680d5c614151100cac3157e.tar.xz
host.fuwn.me-455c9ee25c4647f50680d5c614151100cac3157e.zip
Added meta tags
Diffstat (limited to 'src/wizard.js')
-rw-r--r--src/wizard.js6
1 files changed, 5 insertions, 1 deletions
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);