website

#astro#js#html#css

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

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


5a701fapyrossh 2026-07-07T11:50:07+05:30
fix: remove unused SITE_URL import in cv worker
Files changed (1) hide show
  1. packages/workers/cv/src/index.tsx +0 -1
packages/workers/cv/src/index.tsx CHANGED
@@ -1,5 +1,4 @@
1
1
  import { Layout } from "@pyrossh/ui";
2
- import { SITE_URL } from "@pyrossh/config";
3
2
 
4
3
  export default {
5
4
  async fetch(request: Request): Promise<Response> {