diff --git a/astro.config.mjs b/astro.config.mjs index 1b03a0d..2b421b8 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -44,7 +44,7 @@ export default defineConfig({ adapter: node({ mode: 'standalone' }), redirects: { '/album/list': { status: 307, destination: '/maintenance' }, - '/last-added': { status: 307, destination: '/maintenance' }, + // '/last-added': { status: 307, destination: '/maintenance' }, '/anim': { status: 307, destination: '/maintenance' }, '/anim/[id]': { status: 307, destination: '/maintenance' }, '/anim/list': { status: 307, destination: '/maintenance' }, diff --git a/src/components/Sidebar.astro b/src/components/Sidebar.astro index 99f0074..4054d77 100644 --- a/src/components/Sidebar.astro +++ b/src/components/Sidebar.astro @@ -18,7 +18,7 @@ const listClass = 'uppercase text-3xl font-semibold w-full text-center py-3 hover:bg-dark-hover hover:text-cyan-400 hover:underline' --- -