Skip to content

Commit 8775da5

Browse files
committed
docs: new domain
1 parent 93ef869 commit 8775da5

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/astro.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import starlight from "@astrojs/starlight";
44

55
// https://astro.build/config
66
export default defineConfig({
7-
site: "https://team-fireworks.github.io",
8-
base: "/rocket",
7+
site: "https://rocket.luau.page",
98
integrations: [
109
starlight({
1110
title: "Rocket",

docs/src/content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ hero:
1010
actions:
1111
- text: Download Rocket
1212
icon: download
13-
link: /rocket/downloads
13+
link: /downloads
1414
- text: Getting Started
1515
variant: secondary
1616
icon: open-book
17-
link: /rocket/getting-started/welcome-to-rocket
17+
link: /getting-started/welcome-to-rocket
1818
- text: Source Code
1919
variant: secondary
2020
icon: github

0 commit comments

Comments
 (0)