From fc3abc3730439f75cc2f9762a4d7f05661453319 Mon Sep 17 00:00:00 2001 From: Jai Smith Date: Mon, 13 May 2024 21:32:24 -0400 Subject: [PATCH] resolve static image path --- client/pages/_app.tsx | 2 +- client/pages/sites/[site].tsx | 2 +- infra/lib/flowcast.ts | 12 +++++------- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/client/pages/_app.tsx b/client/pages/_app.tsx index f0eaf42..c91c442 100644 --- a/client/pages/_app.tsx +++ b/client/pages/_app.tsx @@ -14,7 +14,7 @@ export default function App({ Component, pageProps }: any) { name='viewport' content='minimum-scale=1, initial-scale=1, width=device-width, user-scalable=no' /> - + diff --git a/client/pages/sites/[site].tsx b/client/pages/sites/[site].tsx index 4e66d00..0ff99be 100644 --- a/client/pages/sites/[site].tsx +++ b/client/pages/sites/[site].tsx @@ -97,7 +97,7 @@ const Index = ({ forecast: prefetchedForecast }: IndexPageProps) => {