Skip to content

Commit 624f5ec

Browse files
committed
no longer stage domain:
1 parent 2e145f5 commit 624f5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (isDev) {
2828
}
2929

3030
export default defineConfig({
31-
site: "https://blog-stage.python.org",
31+
site: "https://blog.python.org",
3232
base: "/",
3333
integrations,
3434
output: isDev ? "server" : "static",

0 commit comments

Comments
 (0)