From 26f66faff022471c4a7b785e88fda3b2c7be9c89 Mon Sep 17 00:00:00 2001 From: TheLazySquid Date: Tue, 14 Jan 2025 20:05:16 -0500 Subject: [PATCH] Fix capitalization of links --- site/astro.config.mjs | 4 ++-- site/src/components/Install.svelte | 4 ++-- site/src/components/Reroute.svelte | 2 +- site/src/content/docs/index.mdx | 2 +- site/src/layouts/Layout.astro | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/site/astro.config.mjs b/site/astro.config.mjs index 737867f..b2b21e3 100644 --- a/site/astro.config.mjs +++ b/site/astro.config.mjs @@ -9,7 +9,7 @@ import tailwind from '@astrojs/tailwind'; // https://astro.build/config export default defineConfig({ site: 'https://thelazysquid.github.io', - base: 'gimloader', + base: 'Gimloader', integrations: [starlight({ title: 'Gimloader', social: { @@ -21,7 +21,7 @@ export default defineConfig({ slug: 'setup' } ], - favicon: '/gimloader/icon.ico', + favicon: '/Gimloader/icon.ico', components: { ThemeProvider: './src/components/ThemeProvider.astro', ThemeSelect: './src/components/ThemeSelect.astro' diff --git a/site/src/components/Install.svelte b/site/src/components/Install.svelte index e4cd1a0..6a3fbf2 100644 --- a/site/src/components/Install.svelte +++ b/site/src/components/Install.svelte @@ -137,7 +137,7 @@

Follow the instructions - here @@ -152,7 +152,7 @@

This page is for installing Gimloader plugins from a link. If you don't have a link to a plugin, there is nothing to do here. - Go home? + Go home?

{/if} {/if} diff --git a/site/src/components/Reroute.svelte b/site/src/components/Reroute.svelte index c987396..9785209 100644 --- a/site/src/components/Reroute.svelte +++ b/site/src/components/Reroute.svelte @@ -3,6 +3,6 @@ const installUrl = searchParams.get('installUrl'); if(installUrl) { - location.href = `/gimloader/install${location.search}`; + location.href = `/Gimloader/install${location.search}`; } \ No newline at end of file diff --git a/site/src/content/docs/index.mdx b/site/src/content/docs/index.mdx index c4f3e68..45a5c75 100644 --- a/site/src/content/docs/index.mdx +++ b/site/src/content/docs/index.mdx @@ -6,7 +6,7 @@ hero: tagline: Modify Gimkit within your browser actions: - text: How to Install - link: /gimloader/setup + link: /Gimloader/setup icon: right-arrow --- diff --git a/site/src/layouts/Layout.astro b/site/src/layouts/Layout.astro index 87c2f45..af92c3c 100644 --- a/site/src/layouts/Layout.astro +++ b/site/src/layouts/Layout.astro @@ -5,7 +5,7 @@ import '../lib/app.css' - + Install | Gimloader