website

#astro#js#html#css

git clone https://git.pyrossh.dev/website

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


e950f33pyrossh 2023-12-02T00:08:11+05:30
re-deploy
Files changed (1) hide show
  1. 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(3);
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">