Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Change site link to https://zenithhacks.org << http://localhost:4321
Browse files Browse the repository at this point in the history
  • Loading branch information
leowilkin authored Aug 29, 2024
1 parent d5fb444 commit 8162557
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import { autoNewTabExternalLinks } from './src/autoNewTabExternalLinks';
import partytown from "@astrojs/partytown";

export default defineConfig({
site: 'http://localhost:4321',
site: 'https://zenithhacks.org',
integrations: [mdx(), sitemap(), tailwind(), partytown()],
markdown: {
extendDefaultPlugins: true,
rehypePlugins: [[autoNewTabExternalLinks, {
domain: 'localhost:4321'
domain: 'zenithhacks.org'
}]]
}
});
});

0 comments on commit 8162557

Please sign in to comment.