Skip to content

Commit

Permalink
Adds agency redirect (#496)
Browse files Browse the repository at this point in the history
* fix vercel.json

* move

* remove, test

* add back

* set name

* iframe

* fmt
  • Loading branch information
elliotBraem authored Oct 4, 2024
1 parent 0f5b276 commit b6bae44
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
8 changes: 0 additions & 8 deletions public/vercel.json

This file was deleted.

11 changes: 11 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,17 @@ function App() {
<Route path={"/edit/:widgetSrc*"}>
<EditorPage {...passProps} />
</Route>
<Route path={"/agency"}>
<iframe
width="100%"
height="100%"
src="https://elliotbraem-buildagency.web.val.run"
title="Val Town"
frameborder="0"
allow="web-share"
allowfullscreen
></iframe>
</Route>
<Route path={"/:path*"}>
<BosLoaderBanner />
<Viewer {...passProps} />
Expand Down

0 comments on commit b6bae44

Please sign in to comment.