made tiny updates

This commit is contained in:
SinachPat
2026-05-01 10:41:55 +01:00
parent 548cd11719
commit 20e0c4b4aa
6 changed files with 565 additions and 5270 deletions
+5 -2
View File
@@ -26,8 +26,11 @@ const nextConfig: NextConfig = {
},
async rewrites() {
return {
beforeFiles: [
{ source: '/', destination: '/marketing.html' },
// afterFiles runs after the filesystem check — static HTML files in
// public/features/ are served when the clean URL is requested
// (e.g. /features/live-artboard → /features/live-artboard.html)
afterFiles: [
{ source: '/features/:slug', destination: '/features/:slug.html' },
],
};
},