Skip to content

Commit

Permalink
Merge pull request #7 from ehanahamed/main
Browse files Browse the repository at this point in the history
Fix relative links (again)
  • Loading branch information
Aylur authored Jan 7, 2024
2 parents 6ad2ce9 + 489b60f commit 3d0a5d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default defineConfig({
site: 'https://aylur.github.io',
base,
build: {
format: 'file',
format: 'directory',
},
integrations: [
starlight({
Expand Down
20 changes: 10 additions & 10 deletions src/content/docs/config/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 3d0a5d1

Please sign in to comment.