Skip to content

Commit

Permalink
Fix site URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Dec 17, 2023
1 parent a1a4200 commit e9b9bed
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 @@ -5,7 +5,7 @@ import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
site: "https://example.com",
site: "https://blog.date-fns.org",
integrations: [mdx(), sitemap(), tailwind()],
redirects: {
"/post/ecmascript-modules-in-date-fns-v2-i1v007ou81rm": "/v2-esm",
Expand Down

0 comments on commit e9b9bed

Please sign in to comment.