Skip to content

Commit 5ce33e8

Browse files
chore(website): remove standalone changelog index, redirect /changelog to /blog
1 parent 4ba424b commit 5ce33e8

3 files changed

Lines changed: 3 additions & 120 deletions

File tree

website/astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ export default defineConfig({
5353
'/solutions/per-tenant-db': '/',
5454
'/solutions/user-session-store': '/',
5555
'/solutions/workflows': '/',
56+
// Changelog list view merged into the blog index
57+
'/changelog': '/blog',
5658
},
5759
prefetch: {
5860
prefetchAll: true,

website/src/pages/blog/index.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ for (const entry of changelogPosts) {
6969
<!-- Changelog calendar -->
7070
<aside class="order-last lg:order-none">
7171
<div class="lg:sticky lg:top-32">
72-
<div class="flex items-center justify-between border-b border-white/10 pb-3">
72+
<div class="border-b border-white/10 pb-3">
7373
<h2 class="text-xs font-semibold uppercase tracking-[0.12em] text-zinc-500">Changelog</h2>
74-
<a href="/changelog/" class="text-xs text-zinc-500 transition-colors hover:text-white">View all</a>
7574
</div>
7675
<div class="relative">
7776
<div class="mt-5 max-h-[calc(100vh-14rem)] space-y-6 overflow-y-auto pb-6 pr-1">

website/src/pages/changelog/index.astro

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)