diff --git a/astro.config.mjs b/astro.config.mjs index 9efff5a..bc7ed16 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -62,7 +62,6 @@ export default defineConfig({ '/series/list': { status: 307, destination: '/maintenance' }, '/studio/[slug]': { status: 307, destination: '/maintenance' }, '/studio/list': { status: 307, destination: '/maintenance' }, - '/holy12': { status: 307, destination: '/maintenance' }, '/request': { status: 307, destination: '/maintenance' } }, security: { diff --git a/messages/en.json b/messages/en.json index 0e3e919..87c78bb 100644 --- a/messages/en.json +++ b/messages/en.json @@ -75,5 +75,11 @@ "discordRoleNeeded": "You need the Donator Discord role to access this page", "addedDonator": "Added donator benefits to your account!", "errorDonatorCheck": "Something went wrong when checking your Discord donator status. Please try again later. {error}", - "discordRateLimit": "{message} Retry after {retry_after} seconds." + "discordRateLimit": "{message} Retry after {retry_after} seconds.", + "holy12_0": "Cloud's secret mixtape", + "holy12_1": "Best romantic dinner BGM", + "holy12_2": "12 clicks till midnight", + "holy12_3": "We let our technicians pick these", + "holy12_4": "It's noisy outside, take one of these", + "holy12_5": "Silksong is hidden behind one of these" } diff --git a/src/components/Sidebar.astro b/src/components/Sidebar.astro index 144e8b7..f0d801e 100644 --- a/src/components/Sidebar.astro +++ b/src/components/Sidebar.astro @@ -20,7 +20,7 @@ const listClass =