[Archived] Archived WIP of vielle.dev

Move nav into navigation folder

vielle.dev 353166ba 7255ad59

verified
+1 -1
src/components/generic/Nav.astro src/components/navigation/Nav.astro
+1 -1
src/pages/blog/index.astro
··· 2 2 import Base from "@/Base.astro"; 3 3 import Post from "@/components/blog/Post.astro"; 4 4 import Background from "@/components/blog/Background.astro"; 5 - import Nav from "@/components/generic/Nav.astro"; 5 + import Nav from "@/components/navigation/Nav.astro"; 6 6 7 7 import Rss from "@/assets/rss.svg"; 8 8