Skip to content

Commit

Permalink
Update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Sep 5, 2022
1 parent c7caff9 commit 4611ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/princesseuh.dev/astro.config.mjs
Expand Up @@ -5,7 +5,7 @@ import AutoImport from "astro-auto-import"
// https://astro.build/config
export default defineConfig({
publicDir: "./static",
site: "https://princesseuh.netlify.app/",
site: "https://princesseuh.dev/",
legacy: {
astroFlavoredMarkdown: true,
},
Expand Down
2 changes: 1 addition & 1 deletion apps/princesseuh.dev/src/utils/index.ts
Expand Up @@ -6,5 +6,5 @@ export function getSlugFromFile(path: string): string {
}

export function getBaseSiteURL(): string {
return import.meta.env.PROD ? "https://princesseuh.netlify.app/" : "http://localhost:3000/"
return import.meta.env.PROD ? "https://princesseuh.dev/" : "http://localhost:3000/"
}

0 comments on commit 4611ad1

Please sign in to comment.