[Archived] Archived WIP of vielle.dev

Add nav to index

vielle.dev 588f6fc7 353166ba

verified
+4 -1
+4 -1
src/pages/index.astro
··· 1 1 --- 2 2 import Base from "@/Base.astro"; 3 + import Nav from "@/components/navigation/Nav.astro"; 3 4 --- 4 5 5 - <Base /> 6 + <Base> 7 + <Nav /> 8 + </Base> 6 9 7 10 <style> 8 11 body {