Remove /public/ from URL path

This commit is contained in:
Jonatan Heyman 2023-01-12 19:09:50 +01:00
parent 7a39cb44a4
commit 2c19a749c8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
importScripts("/public/highlight.min.js")
importScripts("/highlight.min.js")
const HIGHLIGHTJS_LANGUAGES = ["json", "python", "javascript", "html", "sql", "java", "plaintext"]