Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ export default defineConfig({
}),
],
vite: { plugins: [tailwindcss()] },
redirects: { 'discord': 'https://discord.gg/ykpUvKxw9k' }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2025-09-11 at 11 26 08 PM

So planning to adjust all discord links to https://dart-frog.dev/discord instead.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will that be in this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll tweak in a separate PR to keep this smaller/more focused

});
Loading
Loading