Skip to content

Commit

Permalink
Redirect indexed broken link (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchahinRohani authored Oct 1, 2024
1 parent 2b24ce2 commit 4b4f047
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/platform/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ export default defineConfig({
port: 8881,
hostname: "localhost",
}),
redirects: {
"/blog/case-study%3A-samsung-internet's-integration-with-nativelink": {
status: 301,
destination: "/resources/blog/case-study-samsung",
},
},
integrations: [
qwik({
include: ["**/components/qwik/**/*"],
Expand Down

0 comments on commit 4b4f047

Please sign in to comment.