Skip to content

Commit

Permalink
Update config to redirect from previous links to new simpler routes
Browse files Browse the repository at this point in the history
  • Loading branch information
nstrayer committed Oct 2, 2023
1 parent 9ed2074 commit dcc1eb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inst/website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ export default defineConfig({
}),
mdx(),
],
redirects: {
// Make sure to keep the baseurl up to date here. In this case
// `shinyuieditor` is the baseurl
"/articles/ui-editor-live-demo": "/shinyuieditor/new-page",
"/news": "/shinyuieditor/change-log",
},
});

0 comments on commit dcc1eb7

Please sign in to comment.