feat: Add initial PolyWeather legacy dashboard application with map, detail panel, and temperature charts.
This commit is contained in:
@@ -3,7 +3,7 @@ export default function HomePage() {
|
||||
<main className="h-screen w-screen overflow-hidden bg-black">
|
||||
<iframe
|
||||
title="PolyWeather Legacy Dashboard"
|
||||
src="/legacy/index.html?v=legacy-v2"
|
||||
src="/legacy/index.html?v=legacy-v3"
|
||||
className="h-full w-full border-0"
|
||||
/>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user