Skip to content

Commit

Permalink
chore: update site name from blog to personal for routing
Browse files Browse the repository at this point in the history
  • Loading branch information
justin1dennison committed Nov 11, 2024
1 parent 1a1db91 commit d232aa3
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 @@ -7,6 +7,6 @@ import sitemap from "@astrojs/sitemap";
// https://astro.build/config
export default defineConfig({
site: "https://justin1dennison.github.io",
base: "/blog",
base: "/personal",
integrations: [mdx(), sitemap()],
});

0 comments on commit d232aa3

Please sign in to comment.