diff --git a/index.html b/index.html
index e3f0ecf..09b372f 100644
--- a/index.html
+++ b/index.html
@@ -1,67 +1,33 @@
+ Nitro
-
-
-
-
-
+
+
+
+
+
-
-
- Nitro
+
+
diff --git a/package.json b/package.json
index e7a892e..4dab2f5 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,8 @@
"homepage": ".",
"private": true,
"scripts": {
- "start": "vite --host",
- "build": "vite build",
+ "start": "vite --base=/client/ --host",
+ "build": "vite --base=/client/ build",
"build:prod": "npx browserslist@latest --update-db && yarn build",
"eslint": "eslint ./src"
},
diff --git a/src/css/index.css b/src/css/index.css
index be65781..36d3b21 100644
--- a/src/css/index.css
+++ b/src/css/index.css
@@ -7,41 +7,6 @@
src: url("@/assets/webfonts/Ubuntu-C.ttf");
}
-@font-face {
- font-family: Habbo;
- src: url("@/assets/webfonts/Habbo.ttf");
- font-weight: normal;
- font-style: normal;
-}
-
-@font-face {
- font-family: Habbo;
- src: url("@/assets/webfonts/Habbo-b.ttf");
- font-weight: bold;
- font-style: normal;
-}
-
-@font-face {
- font-family: Habbo;
- src: url("@/assets/webfonts/Habbo-i.ttf");
- font-weight: normal;
- font-style: italic;
-}
-
-@font-face {
- font-family: Habbo;
- src: url("@/assets/webfonts/Habbo-m.ttf");
- font-weight: 500;
- font-style: normal;
-}
-
-@font-face {
- font-family: Habbo;
- src: url("@/assets/webfonts/Habbo-t.ttf");
- font-weight: 100;
- font-style: normal;
-}
-
html,
body {
padding: 0;