Skip to content

Commit

Permalink
Fix few links.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Apr 26, 2024
1 parent 2337c90 commit de4d6f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { z } from 'astro/zod';

// https://astro.build/config
export default defineConfig({
site: 'https://pragma.org',
site: 'https://pragma.builders',
});

// https://docs.astro.build/en/guides/content-collections
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Grid from '../components/Grid.astro';
import { socials, email } from '../config.json';
const githubUrl = `https://github.com/${socials.github}`;
const discordUrl = `https://discord.com/${socials.discord}`;
const discordUrl = `https://discord.gg/${socials.discord}`;
const twitterUrl = `https://twitter.com/${socials.twitter}`;
---

Expand Down
2 changes: 1 addition & 1 deletion src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"socials": {
"github": "pragma-org",
"twitter": "pragma_org",
"discord": "3nZYCHW9Ns"
"discord": "Zbbumu9NMz"
}
}
2 changes: 1 addition & 1 deletion src/pages/faq.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const questions = await Promise.all(
}),
);
const discordUrl = `https://discord.com/${socials.discord}`;
const discordUrl = `https://discord.gg/${socials.discord}`;
const twitterUrl = `https://twitter.com/${socials.twitter}`;
---

Expand Down

0 comments on commit de4d6f2

Please sign in to comment.