Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
clsty committed Feb 10, 2024
1 parent c6a0f35 commit 80e89cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';

// https://astro.build/config
// https://starlight.astro.build/reference/configuration
export default defineConfig({
site: 'https://end-4.github.io',
base: '/dots-hyprland-wiki',
Expand All @@ -17,6 +17,7 @@ export default defineConfig({
customCss: ['./src/styles/custom.css'],
tableOfContents: { minHeadingLevel: 1, maxHeadingLevel: 2, },
favicon: '/favicon.ico',
lastUpdated: true,
defaultLocale: 'en',
// English docs in `src/content/docs/en/`
// Other lang docs in `src/content/docs/<lang>/`
Expand Down
7 changes: 7 additions & 0 deletions src/content/docs/404.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: '404'
editUrl: false
hero:
title: '404'
tagline: Page not found. Check the URL or try using the search bar.
---

0 comments on commit 80e89cb

Please sign in to comment.