Skip to content

Commit

Permalink
fix: add back redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed May 11, 2024
1 parent 2c85797 commit e915a14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ import config from './configs.json'
export default defineConfig({
compressHTML: true,
site: `https://${config.base_domain.prod}`,
redirects: {
'/register': {
status: 302,
destination: 'https://web.capgo.app/register/',
},
},
integrations: [
UnoCSS({ injectReset: true }),
vue({
Expand Down

0 comments on commit e915a14

Please sign in to comment.