From 4a23a7dca77327865457862b1d0521601133f852 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sun, 25 Sep 2022 21:17:15 +0630 Subject: [PATCH] Remove unused code --- src/pages/search.astro | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/search.astro b/src/pages/search.astro index fd75ad9..7bca601 100644 --- a/src/pages/search.astro +++ b/src/pages/search.astro @@ -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("../contents/*.md");