We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbf63f commit c126162Copy full SHA for c126162
2 files changed
.github/actions/statichost/action.yaml
@@ -43,7 +43,7 @@ runs:
43
zip -qr "$TEMP_ZIP" .
44
45
echo "Uploading to $BUILDER_HOST/$SITE_NAME/drop..."
46
- RESPONSE=$(curl --fail-with-body -s \
+ RESPONSE=$(curl -s \
47
-X POST "$BUILDER_HOST/$SITE_NAME/drop" \
48
-H "Authorization: Bearer $STATICHOST_APIKEY" \
49
-H "Content-Type: application/zip" \
bun/houtwerk.hering.services/astro.config.mjs
@@ -20,7 +20,7 @@ export default defineConfig({
20
sitemap(),
21
],
22
image: {
23
- domains: ["your-bucket-name.s3.eu-central-1.amazonaws.com"],
+ // domains: ["your-bucket-name.s3.eu-central-1.amazonaws.com"],
24
// Or for something like Supabase: ["abcdefgh.supabase.co"]
25
},
26
server: {
0 commit comments