diff --git a/nixpkgs-docs-example/astro.config.mjs b/nixpkgs-docs-example/astro.config.mjs index 02819b96..f77eb0bf 100644 --- a/nixpkgs-docs-example/astro.config.mjs +++ b/nixpkgs-docs-example/astro.config.mjs @@ -4,7 +4,7 @@ import starlight from "@astrojs/starlight"; // https://astro.build/config export default defineConfig({ site: "https://hsjobeki.github.io", - base: "/nix-docs-comments", + base: "/nix-docs-comments/nixpkgs-docs-example", integrations: [ starlight({ title: "nixos/nixpkgs reference docs", diff --git a/nixpkgs-docs-example/src/content/docs/index.mdx b/nixpkgs-docs-example/src/content/docs/index.mdx index a694e938..123acc85 100644 --- a/nixpkgs-docs-example/src/content/docs/index.mdx +++ b/nixpkgs-docs-example/src/content/docs/index.mdx @@ -1,5 +1,5 @@ --- -title: Welcome to Noogle +title: API Documentation for nix, nixpkgs and nixos description: Welcome to our awesome docs template: splash hero: