isomerpages / isomercms-backend

A static website builder and host for the Singapore Government
5 stars 1 forks source link

fix(amplify): use rewrite instead of redirect for 404 error #1088

Closed dcshzj closed 9 months ago

dcshzj commented 9 months ago

Problem

We redirect when a page is not found instead of rewriting (to preserve the URL). This is semantically incorrect and causes SEO issues.

Solution

Breaking Changes

Features:

Improvements:

Bug Fixes:

Tests

Deploy Notes

None

dcshzj commented 9 months ago

Nope, we were wrong. It doesn't work if the site has been launched, weird.