Skip to content

Commit 64da735

Browse files
committed
redirect status
1 parent 6bb45a7 commit 64da735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = {
5151
netlifyConfig.redirects.unshift({
5252
from: `${filePath}*`,
5353
to: `https://res.cloudinary.com/colbycloud/image/fetch/f_auto,q_auto/${process.env.DEPLOY_PRIME_URL}/${path.join(PUBLIC_ASSET_PATH, filePath)}:splat`,
54-
status: 200,
54+
status: 302,
5555
force: true
5656
});
5757

0 commit comments

Comments
 (0)