This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
import Footer from "../components/Footer.astro";
|
||||
import { siteConfig } from "../config/site";
|
||||
import "./src/styles/global.css";
|
||||
import "../styles/global.css";
|
||||
|
||||
interface Props {
|
||||
title?: string;
|
||||
@@ -16,7 +16,7 @@ const metaTitle =
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-theme="sunset">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
|
||||
Reference in New Issue
Block a user