Remove unused code

This commit is contained in:
Sat Naing
2022-09-25 21:17:15 +06:30
parent c7dd432a46
commit 4a23a7dca7
-2
View File
@@ -7,8 +7,6 @@ import Footer from "@components/Footer.astro";
import Search from "@components/Search";
import type { Frontmatter } from "src/types";
localStorage.setItem("myCat", "Tom");
// Retrieve all articles
const posts = await Astro.glob<Frontmatter>("../contents/*.md");