Skip to content

Commit 8364c58

Browse files
committed
fix: public api url
1 parent 752d846 commit 8364c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export default defineConfig({
161161
{
162162
label: 'Public API',
163163
collapsed: true,
164-
items: [{ label: 'Endpoints', link: '/docs/public-api/endpoints' }],
164+
autogenerate: { directory: 'docs/public-api' },
165165
},
166166
{
167167
label: 'Web app',

0 commit comments

Comments
 (0)