From b6bae44cf17ddddd7b6968ba5fcb2617bfdceb8c Mon Sep 17 00:00:00 2001
From: Elliot Braem <16282460+elliotBraem@users.noreply.github.com>
Date: Fri, 4 Oct 2024 16:14:28 -0400
Subject: [PATCH] Adds agency redirect (#496)
* fix vercel.json
* move
* remove, test
* add back
* set name
* iframe
* fmt
---
public/vercel.json | 8 --------
src/App.js | 11 +++++++++++
2 files changed, 11 insertions(+), 8 deletions(-)
delete mode 100644 public/vercel.json
diff --git a/public/vercel.json b/public/vercel.json
deleted file mode 100644
index 7a1966eb..00000000
--- a/public/vercel.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "rewrites": [
- {
- "source": "/agency/:path*"
- "destination": "https://elliotbraem-intellectualaquallama.web.val.run/"
- }
- ]
-}
diff --git a/src/App.js b/src/App.js
index 48f89ca0..e42d6fe3 100644
--- a/src/App.js
+++ b/src/App.js
@@ -227,6 +227,17 @@ function App() {
+
+
+