Skip to content

Commit

Permalink
fix(web): lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Dec 18, 2023
1 parent 9080036 commit 136ccef
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/routes/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@ import type { FunctionalComponent } from "preact";

const App: FunctionalComponent<PageProps> = ({ Component }) => {
return (
<html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Why Switch?</title>
<meta
name="description"
content="Why Switch is a website about green/green energy."
key="description"
>
</meta>
<link rel="stylesheet" href="/styles.css" />
</head>

Expand Down

0 comments on commit 136ccef

Please sign in to comment.