mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-10 08:07:56 -06:00
feat: setup 'web' frontend
This commit is contained in:
13
web/pages/+Head.tsx
Normal file
13
web/pages/+Head.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
// https://vike.dev/Head
|
||||
|
||||
//# BATI.has("mantine")
|
||||
import { ColorSchemeScript } from "@mantine/core";
|
||||
|
||||
export default function HeadDefault() {
|
||||
return (
|
||||
<>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<ColorSchemeScript />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user