This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
36
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
#81
#23
みてるぞ
4 days ago
parent
88bf6c8446
commit
81187ff093
3 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frontend/index.html
+1
-1
frontend/package.json
+0
-0
frontend/scripts/generate-sitemap.js
+ 1
- 1
frontend/index.html
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ぼざクリ タグ広場</title>
<title>ぼざクリ タグ広場
〜 ぼざろクリーチャーシリーズ綜合リンク集
</title>
</head>
<body>
<div id="root"></div>
+ 1
- 1
frontend/package.json
View File
@@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"postbuild": "
ts-node scripts/generate-sitemap.t
s",
"postbuild": "
node scripts/generate-sitemap.j
s",
"lint": "eslint .",
"preview": "vite preview"
},
frontend/scripts/generate-sitemap.ts → frontend/scripts/generate-sitemap.js
View File
Write
Preview
Loading…
Cancel
Save