diff --git a/.gitignore b/.gitignore index a130143..06d45a9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,4 @@ node_modules /build .env .env.production -.vercel stats.html - -.vercel diff --git a/.prettierignore b/.prettierignore index 2959ec2..1ca7b51 100644 --- a/.prettierignore +++ b/.prettierignore @@ -3,5 +3,4 @@ node_modules package.json package-lock.json .cache -.vercel stats.html \ No newline at end of file diff --git a/.vercel/output/config.json b/.vercel/output/config.json new file mode 100644 index 0000000..ad48ffd --- /dev/null +++ b/.vercel/output/config.json @@ -0,0 +1,9 @@ +{ + "version": 3, + "images": { + "sizes": [56, 256, 384, 600, 1000], + "domains": [], + "minimumCacheTTL": 60, + "formats": ["image/webp", "image/avif"] + } +} diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 3a05e82..0000000 --- a/vercel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "images": { - "sizes": [56, 256, 640, 1080, 2048, 3840], - "minimumCacheTTL": 60, - "formats": ["image/avif", "image/webp"], - "dangerouslyAllowSVG": false, - "contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;", - "contentDispositionType": "inline" - } -}