79304852

Date: 2024-12-24 06:06:11
Score: 1.5
Natty:
Report link

I have tried with: "vite": "^6.0.5" and vite@latest.

but even setting base:'' sets always a slash(/) before the folder/filename like so:

<link rel="stylesheet" crossorigin="" href="/assets/main-DKYW8OEW.css">

what i want is:

<link rel="stylesheet" crossorigin="" href="assets/main-DKYW8OEW.css">
Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lukas Hillebrand