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