We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21be44 commit e0be24aCopy full SHA for e0be24a
src/server.ts
@@ -332,7 +332,7 @@ export function createApp(siteId: string) {
332
manifestPaths[`${urlPath}/index.html`]
333
) {
334
const destination = `${urlPath}/`;
335
- res.redirect(302, destination);
+ res.redirect(301, destination);
336
return;
337
}
338
console.log(`Blob not found in ${blobPrefix} -> ${req.path}`);
0 commit comments