diff --git a/serve.json b/serve.json index b924bdc..d805fc0 100644 --- a/serve.json +++ b/serve.json @@ -1,15 +1,13 @@ -[ - { - "headers": [ - { - "source": "**/*.@(jpg|jpeg|gif|png|webp)", - "headers": [ - { - "key": "Cache-Control", - "value": "no-cache" - } - ] - } - ] - } -] +{ + "headers": [ + { + "source": "**/*.@(jpg|jpeg|gif|png|webp)", + "headers": [ + { + "key": "Cache-Control", + "value": "no-cache" + } + ] + } + ] +}