Skip to content

Commit

Permalink
feat: droops redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Mar 28, 2024
1 parent 618638e commit 05ecf03
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ export default defineConfig({
tailwind({ nesting: true, applyBaseStyles: true }),
],
redirects: {
// Resources
"/discord": "https://discord.gg/ejFTe4Hfnc",
"/klaas": "https://klaas.tiiny.site/",
"/github": "https://github.com/TeaClientMC",
"/roadmap": "https://github.com/orgs/TeaClientMC/projects/3",

// Partner Networks
"/dropps": "https://discord.gg/qFarXHT32J",

// Easter-Eggs
"/klaas": "https://klaas.tiiny.site/",
},
vite: {
resolve: {
Expand Down

0 comments on commit 05ecf03

Please sign in to comment.