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

This reverts commit 8d582b6ae3.
This commit is contained in:
2026-06-01 23:54:23 -05:00
parent 8d582b6ae3
commit 049bc3e7a3
5 changed files with 6 additions and 46 deletions

View File

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