made it output a single html file

This commit is contained in:
2026-05-14 18:36:45 -05:00
parent bd1b932805
commit f251c9e9f4
6 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ export default function App() {
>
<div className="flex justify-center lg:justify-start">
<img
src="/wireframe.png"
src="../public/wireframe.png"
alt="Drone body close-up"
className="h-auto w-full max-w-3xl rounded-lg border border-slate-200 object-contain"
/>
+8
View File
@@ -131,6 +131,14 @@ html {
body {
@apply bg-background text-foreground antialiased;
margin: 0;
font-family:
"Inter var",
-apple-system,
BlinkMacSystemFont,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol";
}
#root {