From 2fbde1a7bb399be83d4bcf3ca49cf360fc36b86f Mon Sep 17 00:00:00 2001 From: Pablo Hdez <62877300+pheralb@users.noreply.github.com> Date: Thu, 16 Mar 2023 10:23:17 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Create=20vercel.json.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vercel.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..df28788 --- /dev/null +++ b/vercel.json @@ -0,0 +1,19 @@ +{ + "headers": [ + { + "source": "/:all*(ttf|otf|woff|woff2)", + "headers": [ + { + "key": "Cache-Control", + "value": "public, max-age=31536000, immutable" + } + ] + } + ], + "redirects": [ + { + "source": "/git", + "destination": "https://github.com/pheralb/svgl" + } + ] +} \ No newline at end of file