feat: serve content files via catch-all route, use content-relative cover images

This commit is contained in:
2026-06-01 23:53:28 -05:00
parent 74dfb82069
commit 8d582b6ae3
5 changed files with 46 additions and 6 deletions

View File

@@ -1,9 +1,7 @@
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
// Static export — generates out/ directory with plain HTML
output: 'export',
// Trailing slash for clean static URLs
// Trailing slash for clean URLs
trailingSlash: true,
// Images: unoptimized required for static export
images: {