diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx
index 9276b0947..238da1f88 100644
--- a/src/content/docs/index.mdx
+++ b/src/content/docs/index.mdx
@@ -8,7 +8,7 @@ hero:
file: ~/assets/logo/sern-logo.svg
actions:
- text: npm create @sern/bot
- link: /v4/reference/quickstart-guide
+ link: /v4/reference/getting-started
icon: right-arrow
variant: primary
---
diff --git a/src/content/docs/v4/reference/quickstart-guide.mdx b/src/content/docs/v4/reference/getting-started.mdx
similarity index 98%
rename from src/content/docs/v4/reference/quickstart-guide.mdx
rename to src/content/docs/v4/reference/getting-started.mdx
index c9cca25bb..0a4c504b0 100644
--- a/src/content/docs/v4/reference/quickstart-guide.mdx
+++ b/src/content/docs/v4/reference/getting-started.mdx
@@ -29,4 +29,4 @@ Again, we recommend using [discordjs.guide](https://discordjs.guide/preparations
A development command inside the CLI is in the works. For now, you have to restart the bot manually for your changes to take effect.
-If you need help, feel free to ask on our [Discord](https://sern.dev/discord)!
\ No newline at end of file
+If you need help, feel free to ask on our [Discord](https://sern.dev/discord)!
diff --git a/src/overrides/SiteTitle.astro b/src/overrides/SiteTitle.astro
index 1c088143d..c0aebd140 100644
--- a/src/overrides/SiteTitle.astro
+++ b/src/overrides/SiteTitle.astro
@@ -12,7 +12,7 @@ interface Link {
const links: Link[] = [
{
name: "Docs",
- href: "/v4/reference/quickstart-guide",
+ href: "/v4/reference/getting-started",
},
{
name: "Plugins",
diff --git a/src/styles/global.css b/src/styles/global.css
index f1d8c73cd..b5c61c956 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -1 +1,3 @@
-@import "tailwindcss";
+@tailwind base;
+@tailwind components;
+@tailwind utilities;