From 5360de954ffbbd522f4557b72b3c95c2998e609a Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Fri, 8 Nov 2024 21:50:56 -0500 Subject: [PATCH] add redirect --- package.json | 2 +- public/_redirects | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 public/_redirects diff --git a/package.json b/package.json index ebb4ab4..3d5f40e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.16", + "version": "0.2.17", "private": true, "type": "module", "scripts": { diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..7f570a8 --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/ https://github.com/graphprotocol/networks-registry 301