File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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" >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments