This commit is contained in:
yuzu 2025-05-07 00:18:36 -05:00
parent 74041c968e
commit 97b991f90f
3 changed files with 2 additions and 1631 deletions

View File

@ -1,2 +1,2 @@
npx tailwind --output public/styles.css
npx tailwind --output public/main.css
zig build -Denvironment=production install

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#ffffff" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/styles.css" />
<link rel="stylesheet" href="/main.css" />
<title>yuzucchii.xyz</title>
</head>
<body>