Fix
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m0s

This commit is contained in:
2025-06-18 01:28:16 -06:00
parent 8efee17cb6
commit d891a846ed
4 changed files with 132 additions and 89 deletions

View File

@@ -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" />