We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ef869 commit 8775da5Copy full SHA for 8775da5
2 files changed
docs/astro.config.mjs
@@ -4,8 +4,7 @@ import starlight from "@astrojs/starlight";
4
5
// https://astro.build/config
6
export default defineConfig({
7
- site: "https://team-fireworks.github.io",
8
- base: "/rocket",
+ site: "https://rocket.luau.page",
9
integrations: [
10
starlight({
11
title: "Rocket",
docs/src/content/docs/index.mdx
@@ -10,11 +10,11 @@ hero:
actions:
- text: Download Rocket
12
icon: download
13
- link: /rocket/downloads
+ link: /downloads
14
- text: Getting Started
15
variant: secondary
16
icon: open-book
17
- link: /rocket/getting-started/welcome-to-rocket
+ link: /getting-started/welcome-to-rocket
18
- text: Source Code
19
20
icon: github
0 commit comments