Welcome to Radium's Official Help Page!
diff --git a/astro.config.mjs b/astro.config.mjs
index cbddedd..ab6d713 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -1,14 +1,19 @@
// @ts-check
import { defineConfig } from 'astro/config';
import tailwindcss from '@tailwindcss/vite';
+import { loadEnv } from 'vite';
import mdx from '@astrojs/mdx';
+const env = loadEnv(process.env.NODE_ENV ?? 'development', process.cwd(), 'PUBLIC_');
+
// https://astro.build/config
export default defineConfig({
+ site: env.PUBLIC_SITE_URL,
+
vite: {
plugins: [tailwindcss()]
},
integrations: [mdx()]
-});
\ No newline at end of file
+});
diff --git a/package-lock.json b/package-lock.json
index 7cb472b..f203ea0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,8 @@
"tailwindcss": "^4.2.4"
},
"devDependencies": {
- "@tailwindcss/typography": "^0.5.19"
+ "@tailwindcss/typography": "^0.5.19",
+ "@types/node": "^25.6.0"
},
"engines": {
"node": ">=22.12.0"
@@ -1982,6 +1983,16 @@
"@types/unist": "*"
}
},
+ "node_modules/@types/node": {
+ "version": "25.6.0",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz",
+ "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==",
+ "devOptional": true,
+ "license": "MIT",
+ "dependencies": {
+ "undici-types": "~7.19.0"
+ }
+ },
"node_modules/@types/unist": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
@@ -5675,6 +5686,13 @@
"integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
"license": "MIT"
},
+ "node_modules/undici-types": {
+ "version": "7.19.2",
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz",
+ "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==",
+ "devOptional": true,
+ "license": "MIT"
+ },
"node_modules/unified": {
"version": "11.0.5",
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
diff --git a/package.json b/package.json
index c1d97ed..e8fc36c 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,7 @@
"tailwindcss": "^4.2.4"
},
"devDependencies": {
- "@tailwindcss/typography": "^0.5.19"
+ "@tailwindcss/typography": "^0.5.19",
+ "@types/node": "^25.6.0"
}
}
diff --git a/src/config/content.ts b/src/config/content.ts
index c32bb81..63d1dc9 100644
--- a/src/config/content.ts
+++ b/src/config/content.ts
@@ -1,8 +1,8 @@
export const contentSections = {
- avatarItems: {
+ "avatar-items": {
dir: "avatar-items",
},
- inGameErrors: {
+ "in-game-errors": {
dir: "in-game-errors",
},
} as const;
diff --git a/src/content/avatar-items/index.mdx b/src/content/avatar-items/index.mdx
index e020de2..7c0fde7 100644
--- a/src/content/avatar-items/index.mdx
+++ b/src/content/avatar-items/index.mdx
@@ -13,4 +13,4 @@ Use the pages below to check the current status of avatar item categories.
## Pages
-