Skip to content

Commit c126162

Browse files
feat: refactor
1 parent 2cbf63f commit c126162

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/statichost/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
zip -qr "$TEMP_ZIP" .
4444
4545
echo "Uploading to $BUILDER_HOST/$SITE_NAME/drop..."
46-
RESPONSE=$(curl --fail-with-body -s \
46+
RESPONSE=$(curl -s \
4747
-X POST "$BUILDER_HOST/$SITE_NAME/drop" \
4848
-H "Authorization: Bearer $STATICHOST_APIKEY" \
4949
-H "Content-Type: application/zip" \

bun/houtwerk.hering.services/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default defineConfig({
2020
sitemap(),
2121
],
2222
image: {
23-
domains: ["your-bucket-name.s3.eu-central-1.amazonaws.com"],
23+
// domains: ["your-bucket-name.s3.eu-central-1.amazonaws.com"],
2424
// Or for something like Supabase: ["abcdefgh.supabase.co"]
2525
},
2626
server: {

0 commit comments

Comments
 (0)