~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
e950f33b
—
pyrossh 2 years ago
re-deploy
- routes/index.tsx +1 -1
routes/index.tsx
CHANGED
|
@@ -16,7 +16,7 @@ export const handler: Handlers = {
|
|
|
16
16
|
};
|
|
17
17
|
|
|
18
18
|
export default function Home() {
|
|
19
|
-
const count = useSignal(
|
|
19
|
+
const count = useSignal(5);
|
|
20
20
|
return (
|
|
21
21
|
<div class="px-4 py-8 mx-auto bg-[#86efac]">
|
|
22
22
|
<div class="max-w-screen-md mx-auto flex flex-col items-center justify-center">
|