Skip to content

Commit

Permalink
Update discord server links
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain Jack Sparrow committed Apr 28, 2024
1 parent 489fae8 commit 845c286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/self-hosting/hosting-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: 'Start self-hosting'
# How to self-host

<Note>
We provide support on a case-by-case basis. If you have any questions, feel free to ask in our [Discord server](https://discord.gg/9vmr6vBQKS).
We provide support on a case-by-case basis. If you have any questions, feel free to ask in our [Discord server](https://discord.gg/kdkTZ4McvD).
</Note>

Since sudo-flix has many different components, there are a few configurations of how you can host it. Each of these configurations has their own benefits, whether that be having complete control over your data or customizing your experience.
Expand Down
4 changes: 2 additions & 2 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const starLinks = [
newTab: true,
icon: 'akar-icons:github-fill',
}),
link('Discord', 'https://discord.gg/9vmr6vBQKS', {
link('Discord', 'https://discord.gg/kdkTZ4McvD', {
style: 'star',
newTab: true,
icon: 'fa6-brands:discord',
Expand All @@ -25,7 +25,7 @@ export default defineTheme({
editRepositoryBase: "https://github.com/sussy-code/docs/blob/master",
socials: [
social.github("https://github.com/sussy-code"),
social.discord("https://discord.gg/9vmr6vBQKS"),
social.discord("https://discord.gg/kdkTZ4McvD"),
]
},
meta: (pageMeta) => (
Expand Down

0 comments on commit 845c286

Please sign in to comment.