fix /static 404s (not sure why they're happening though?)

This commit is contained in:
2024-02-19 15:25:28 -05:00
parent 7080350ee7
commit e5c553cea8
7 changed files with 151 additions and 100 deletions
+3 -3
View File
@@ -76,12 +76,12 @@
"@types/node": "^20.11.19",
"@types/novnc__novnc": "^1.3.4",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.55",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react-is": "^18.2.4",
"@types/uglify-js": "^3.17.4",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"cross-env": "^7.0.3",
"eslint": "~8.56.0",
"eslint-config-next": "14.1.0",