update index page description and add scripts

This commit is contained in:
Kentai Radiquum 2025-01-30 23:17:42 +05:00
parent 200b92ccfb
commit 6e898e79a0
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 5 additions and 1 deletions

View file

@ -20,5 +20,9 @@
"peerDependencies": { "peerDependencies": {
"typescript": "^5.0.0" "typescript": "^5.0.0"
}, },
"scripts": {
"dev": "bun run ./src/watch.ts",
"gen": "bun run ./src/build.tsx"
},
"dependencies": {} "dependencies": {}
} }

View file

@ -96,7 +96,7 @@ let html = renderToString(
environment={environment} environment={environment}
path="/" path="/"
head={{ head={{
description: "Home page of Wah-Collection by @radiquum", description: `Home page of Wah-Collection by @radiquum | ${images.length} Images | ${videos.length} Videos | ${images.length + videos.length} Total`,
image: "https://s3.tebi.io/wahs.wah.su/red_panda/1928. bqiKzsaDPlw.jpg", image: "https://s3.tebi.io/wahs.wah.su/red_panda/1928. bqiKzsaDPlw.jpg",
url: process.env.WEB_URL as string, url: process.env.WEB_URL as string,
preload: [ preload: [