Skip to content

Commit

Permalink
ensuring everything is scrubbed. (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusSorealheis authored Feb 6, 2025
1 parent dcba3f5 commit a8c7339
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
6 changes: 5 additions & 1 deletion web/platform/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ export default defineConfig({
redirects: {
"/blog/case-study%3A-samsung-internet's-integration-with-nativelink": {
status: 301,
destination: "/resources/blog/case-study-samsung",
destination: "/resources/blog",
},
"/resources/blog/case-study-samsung": {
status: 301,
destination: "/resources/blog",
},
},
integrations: [
Expand Down
10 changes: 0 additions & 10 deletions web/platform/src/content/posts/CaseStudy_Samsung.md

This file was deleted.

0 comments on commit a8c7339

Please sign in to comment.