Skip to content

Commit

Permalink
fix: site domain
Browse files Browse the repository at this point in the history
  • Loading branch information
crisog committed Apr 25, 2024
1 parent 32b9e97 commit f5b73c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
site: 'https://vistastaking.github.io',
base: 'landing',
site: 'https://vistastaking.com',
base: '/landing',
integrations: [tailwind()]
});

0 comments on commit f5b73c6

Please sign in to comment.