mirror of
https://github.com/JorySeverijnse/ui-fixer-supreme.git
synced 2025-12-06 13:36:57 +00:00
Changed websocket url, favicon and updated package.json and package-lock.json so we dont have cli injection anymore
This commit is contained in:
parent
1bc2c20b32
commit
52b5f8ccdd
BIN
favicon.gif
BIN
favicon.gif
Binary file not shown.
|
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 457 KiB |
@ -26,7 +26,7 @@
|
|||||||
<link rel="preload" href="https://fonts.gstatic.com/s/pixelifysans/v3/CHylV-3HFUT7aC4iv1TxGDR9Jn0Ei0tSaJ0.woff2" as="font" type="font/woff2" crossorigin />
|
<link rel="preload" href="https://fonts.gstatic.com/s/pixelifysans/v3/CHylV-3HFUT7aC4iv1TxGDR9Jn0Ei0tSaJ0.woff2" as="font" type="font/woff2" crossorigin />
|
||||||
<link rel="preload" href="/fonts/Minecraftia.woff" as="font" type="font/woff" crossorigin />
|
<link rel="preload" href="/fonts/Minecraftia.woff" as="font" type="font/woff" crossorigin />
|
||||||
|
|
||||||
<link rel="icon" type="image/gif" href="public/favicon.gif" />
|
<link rel="icon" type="image/gif" href="favicon.gif" />
|
||||||
|
|
||||||
<!-- Load Pixelify Sans asynchronously -->
|
<!-- Load Pixelify Sans asynchronously -->
|
||||||
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400;500;600;700&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'" />
|
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400;500;600;700&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'" />
|
||||||
|
|||||||
@ -9,7 +9,7 @@ class Job {
|
|||||||
|
|
||||||
static CONFIG = {
|
static CONFIG = {
|
||||||
WEBSOCKET_SHARDS: [
|
WEBSOCKET_SHARDS: [
|
||||||
['ws://localhost:80']
|
['ws://severijnse.eu:80']
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1064
package-lock.json
generated
1064
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -82,6 +82,6 @@
|
|||||||
"tailwindcss": "^3.4.17",
|
"tailwindcss": "^3.4.17",
|
||||||
"typescript": "^5.8.3",
|
"typescript": "^5.8.3",
|
||||||
"typescript-eslint": "^8.38.0",
|
"typescript-eslint": "^8.38.0",
|
||||||
"vite": "^5.4.19"
|
"vite": "^7.2.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user