Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
chore: added redirect
Browse files Browse the repository at this point in the history
Deprecating phase is now!

Signed-off-by: Eveeifyeve <[email protected]>
  • Loading branch information
Eveeifyeve authored Dec 19, 2024
1 parent 355cc4a commit 0f4c244
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 @@ -7,6 +7,12 @@ import tailwind from "@astrojs/tailwind";
export default defineConfig({
output: "static",
site: "https://assets.teaclient.net",
redirects: {
'/': {
status: 301,
destination: 'https://teaclient.net/wiki',
},
},
integrations: [
mdx(),
tailwind(),
Expand Down

0 comments on commit 0f4c244

Please sign in to comment.