From ebe6e8d244d2ea5bb99e5081b02cc3c2bde11f84 Mon Sep 17 00:00:00 2001 From: Sebastiano Bellinzis Date: Tue, 17 Jun 2025 22:38:10 +0200 Subject: [PATCH] fix typo --- client/jsdelivr/jsdelivr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/jsdelivr/jsdelivr.go b/client/jsdelivr/jsdelivr.go index 02575e9..199f84d 100644 --- a/client/jsdelivr/jsdelivr.go +++ b/client/jsdelivr/jsdelivr.go @@ -158,7 +158,7 @@ func (c *Client) FetchPackageFiles(ctx context.Context, name, version string) (l esmFile := library.File{ Type: library.FileTypeJS, Path: esmBasePath, - LocalPath: "/esm-bundle.js", // Simple filename without special characters + LocalPath: "esm-bundle.js", // Simple filename without special characters } // Filter out JavaScript files, keeping only CSS and other files