Move styles to style folder, move ref to BaseHead
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
import "../style/global.css";
|
||||||
|
|
||||||
export interface Props {
|
export interface Props {
|
||||||
title: string;
|
title: string;
|
||||||
description: string;
|
description: string;
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ import HomePosts from "../components/HomePosts.astro";
|
|||||||
import ColorScript from "../components/ColorScript.astro";
|
import ColorScript from "../components/ColorScript.astro";
|
||||||
import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
|
import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
|
||||||
import { Content as About } from "./about.md";
|
import { Content as About } from "./about.md";
|
||||||
import "../styles/global.css";
|
|
||||||
|
|
||||||
const posts = await Astro.glob("../posts/*.md");
|
const posts = await Astro.glob("../posts/*.md");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user