fix(styles): moved blog index file to styles folder
This commit is contained in:
parent
2264e6487d
commit
d710d6a448
2 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { getCollection } from "astro:content";
|
||||||
import Main from "../../layouts/MainLayout.astro";
|
import Main from "../../layouts/MainLayout.astro";
|
||||||
import TransFlagPanel from "../../layouts/TransFlagPanel.astro";
|
import TransFlagPanel from "../../layouts/TransFlagPanel.astro";
|
||||||
import Panel from "../../layouts/Panel.astro";
|
import Panel from "../../layouts/Panel.astro";
|
||||||
import "./index.scss";
|
import "../../styles/blogIndex.scss";
|
||||||
|
|
||||||
const latestPosts = (await getCollection("blog")).sort(
|
const latestPosts = (await getCollection("blog")).sort(
|
||||||
(a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf(),
|
(a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue