Skip to content

Commit

Permalink
hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaumohl committed Sep 5, 2023
1 parent 90d1f7a commit 622124a
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 @@ -8,7 +8,7 @@ import { remarkReadingTime } from "./remark-reading-time.mjs";

// https://astro.build/config
export default defineConfig({
site: "https://uw-upl.github.io",
site: "https://www.upl.cs.wisc.edu",
integrations: [mdx(), sitemap(), tailwind(), react()],
markdown: {
remarkPlugins: [remarkReadingTime],
Expand Down

0 comments on commit 622124a

Please sign in to comment.