コミットを比較

...

3 コミット

作成者 SHA1 メッセージ 日付
みてるぞ e38a55e122 Merge branch 'main' of https://git.miteruzo.com/miteruzo/btrc-hub 2025-07-17 06:05:35 +09:00
みてるぞ 6e445965cc #77 2025-07-17 06:05:10 +09:00
みてるぞ 81187ff093 #81 2025-07-17 06:04:27 +09:00
4個のファイルの変更3行の追加3行の削除
+1 -1
ファイルの表示
@@ -53,7 +53,7 @@ namespace :nico do
end end
tags_to_add << Tag.tagme if post.tags.size < 20 tags_to_add << Tag.tagme if post.tags.size < 20
tags_to_add << Tag.bot tags_to_add << Tag.bot
post.tags.concat(tags_to_add).uniq! post.tags = (post.tags + tags_to_add).uniq
end end
end end
end end
+1 -1
ファイルの表示
@@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ぼざクリ タグ広場</title> <title>ぼざクリ タグ広場 〜 ぼざろクリーチャーシリーズ綜合リンク集</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
+1 -1
ファイルの表示
@@ -6,7 +6,7 @@
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "tsc -b && vite build", "build": "tsc -b && vite build",
"postbuild": "ts-node scripts/generate-sitemap.ts", "postbuild": "node scripts/generate-sitemap.js",
"lint": "eslint .", "lint": "eslint .",
"preview": "vite preview" "preview": "vite preview"
}, },