feat: menuko nabigazioa hobetzen du
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
import { getCollection } from "astro:content";
|
||||
import BaseHead from "../components/BaseHead.astro";
|
||||
import Header from "../components/Header.astro";
|
||||
import Footer from "../components/Footer.astro";
|
||||
import Post from "../components/Post.astro";
|
||||
import ColorScript from "../components/ColorScript.astro";
|
||||
import BaseHead from "../../components/BaseHead.astro";
|
||||
import Header from "../../components/Header.astro";
|
||||
import Footer from "../../components/Footer.astro";
|
||||
import Post from "../../components/Post.astro";
|
||||
import ColorScript from "../../components/ColorScript.astro";
|
||||
|
||||
import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
|
||||
import { SITE_TITLE, SITE_DESCRIPTION } from "../../config";
|
||||
|
||||
let posts = await getCollection("posts");
|
||||
|
||||
Reference in New Issue
Block a user