Skip to content

Commit

Permalink
Merge pull request #72 from Linaro/onelab-redirect
Browse files Browse the repository at this point in the history
Add onelab redirect
  • Loading branch information
pcolmer authored May 15, 2024
2 parents b6a2791 + fd0ff47 commit a5c5156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default defineConfig({
rollupOptions: {
external: ["/pagefind/pagefind.js"],
},
redirects: false,
redirects: true,
},
vite: {
optimizeDeps: { exclude: ["auth:config"] },
Expand All @@ -104,6 +104,6 @@ export default defineConfig({
'/support': '/contact',
'/about/team': '/about',
'/about/tsc': '/about',
// '/learning-hub/[...slug]': '/about'
// '/learning-hub/[...slug]': '/about',
}
});

0 comments on commit a5c5156

Please sign in to comment.