this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add nav to index

+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 {