mirror of
https://github.com/wah-su/wahs.wah.su.git
synced 2025-04-04 23:34:36 +00:00
update index page description and add scripts
This commit is contained in:
parent
200b92ccfb
commit
6e898e79a0
2 changed files with 5 additions and 1 deletions
|
@ -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": {}
|
||||||
}
|
}
|
|
@ -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: [
|
||||||
|
|
Loading…
Add table
Reference in a new issue