Skip to content

Commit

Permalink
Update site URL in astro config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Oct 26, 2024
1 parent 3ea0d6b commit 7221863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import compress from "astro-compress"
import { VitePWA } from "vite-plugin-pwa"

export default defineConfig({
site: "https://ward-pwa.ward-5br.pages.dev/",
site: "https://usevital.github.io/ward/",
base: "ward",
integrations: [sitemap(), compress()],
vite: {
Expand Down

0 comments on commit 7221863

Please sign in to comment.