diff --git a/docs/content/extras/create-urls.mdx b/docs/content/extras/create-urls.mdx index cb1720c..31d2e3c 100644 --- a/docs/content/extras/create-urls.mdx +++ b/docs/content/extras/create-urls.mdx @@ -197,7 +197,7 @@ Don't see a method that creates a URL you're looking for? Use the `custom` metho | Parameter | Type | Optional | Description | | --------- | ------ | -------- | -------------------------------------------------- | -| path | number | | Path to set after `https://{subdomain}.ppy.sh/` | +| path | string | | Path to set after `https://{subdomain}.ppy.sh/` | | subdomain | string | ✓ | Specify a subdomain to point to. Defaults to `osu` | #### Returns diff --git a/docs/src/layouts/BaseLayout.astro b/docs/src/layouts/BaseLayout.astro index c68d61a..553ab1d 100644 --- a/docs/src/layouts/BaseLayout.astro +++ b/docs/src/layouts/BaseLayout.astro @@ -98,7 +98,7 @@ const navLinks = [
{