website
git clone https://git.pyrossh.dev/website
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
5a701fa
— pyrossh
2026-07-07T11:50:07+05:30
fix: remove unused SITE_URL import in cv worker
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> {
|