Skip to content

Commit

Permalink
Merge pull request #2 from JacobLinCool/fix-astro-site-origin
Browse files Browse the repository at this point in the history
fix: site origin in astro config
  • Loading branch information
Darrin-Lin authored Oct 18, 2024
2 parents 4d5884f + 1801df2 commit e4a4050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import solidJs from "@astrojs/solid-js"

// https://astro.build/config
export default defineConfig({
site: "https://astro-sphere-demo.vercel.app",
site: "https://ntnucsie.info",
integrations: [mdx(), sitemap(), solidJs(), tailwind({ applyBaseStyles: false })],
})

0 comments on commit e4a4050

Please sign in to comment.