aboutsummaryrefslogtreecommitdiffhomepage
path: root/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index b11ffe5..c71827b 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -299,7 +299,7 @@ function year(dir, label, months) {
"3gatu": "3月定例会",
};
const items = [];
- items.push({ label: `${label}`, link: `ippan-situmon/${dir}/` });
+ items.push({ label: "一覧", link: `ippan-situmon/${dir}/` });
for (const m of months) {
items.push({
label: MONTHS[m],