Skip to content

Commit fcb4834

Browse files
authored
Remove site default (#459)
* Remove site default * Adds a changeset
1 parent b23dd4d commit fcb4834

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/good-pears-chew.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@astrojs/compiler': minor
3+
---
4+
5+
Removes fallback for the site configuration

cmd/astro-wasm/astro-wasm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func makeTransformOptions(options js.Value, hash string) transform.TransformOpti
8181

8282
site := jsString(options.Get("site"))
8383
if site == "" {
84-
site = "https://astro.build"
84+
site = ""
8585
}
8686

8787
projectRoot := jsString(options.Get("projectRoot"))

0 commit comments

Comments
 (0)