cosmicjs to markdown

This commit is contained in:
2023-01-19 09:45:12 -05:00
parent f605845f7e
commit bcf590e1e2
28 changed files with 498 additions and 100 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
---
import "../styles/global.css";
import "@styles/global.css";
import Header from "../components/Header.astro";
import Footer from "../components/Footer.astro";
import Header from "@components/Header.astro";
import Footer from "@components/Footer.astro";
export interface Props {
title: string;