Skip to content

Commit

Permalink
added hidden redirect to stats site
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos.santos-seisdedos committed Jun 11, 2024
1 parent fe80f03 commit f6d8fa4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ import tailwind from "@astrojs/tailwind";
export default defineConfig({
site: 'https://letesdev.github.io',
base: '/portfolio',
redirects: {
'/stats': {
status: 302,
destination: 'https://librecounter.org/letesdev.github.io/show',
permanent: true,
},
},
// server: { host: true },
integrations: [mdx(), tailwind()]
});

0 comments on commit f6d8fa4

Please sign in to comment.