diff --git a/astro.config.mjs b/astro.config.mjs index 8aecf74..a04b5cd 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -46,7 +46,7 @@ export default defineConfig({ site: 'https://aylur.github.io', base, build: { - format: 'file', + format: 'directory', }, integrations: [ starlight({ diff --git a/src/content/docs/config/services.md b/src/content/docs/config/services.md index f169c71..829f105 100644 --- a/src/content/docs/config/services.md +++ b/src/content/docs/config/services.md @@ -62,13 +62,13 @@ Every service has a `"changed"` signal which is emitted on any kind of state change, unless stated otherwise. ::: -* [Applications](../services/applications) -* [Audio](../services/audio) -* [Battery](../services/battery) -* [Bluetooth](../services/bluetooth) -* [Hyprland](../services/hyprland) -* [Mpris](../services/mpris) -* [Network](../services/network) -* [Notifications](../services/notifications) -* [Power Profle](../services/power-profiles) -* [System Tray](../services/systemtray) +* [Applications](../../services/applications) +* [Audio](../../services/audio) +* [Battery](../../services/battery) +* [Bluetooth](../../services/bluetooth) +* [Hyprland](../../services/hyprland) +* [Mpris](../../services/mpris) +* [Network](../../services/network) +* [Notifications](../../services/notifications) +* [Power Profle](../../services/power-profiles) +* [System Tray](../../services/systemtray)