Skip to content

Commit

Permalink
fix: correct docs base path (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten authored Nov 28, 2024
1 parent b7b67fa commit 562d43a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ export default defineAppConfig({
bluesky: {
label: 'Bluesky',
icon: 'IconBluesky',
// change this when Nimbus ready
href: 'https://bsky.app/profile/nimbus',
href: 'https://bsky.app/profile/nimbus.town',
},
},
aside: {
Expand All @@ -29,8 +28,7 @@ export default defineAppConfig({
icon: 'IconNuxtLabs',
},
{
// change this when Nimbus ready
href: 'https://bsky.app/profile/nimbus',
href: 'https://bsky.app/profile/nimbus.town',
icon: 'IconBluesky',
},
],
Expand Down
1 change: 1 addition & 0 deletions docs/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build]
publish = "dist"
command = "pnpm generate"
base = "/docs/"

# Allow previewing docs
[[redirects]]
Expand Down

0 comments on commit 562d43a

Please sign in to comment.