We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3379fba commit 5189aa7Copy full SHA for 5189aa7
astro.config.mjs
@@ -73,8 +73,8 @@ export default defineConfig({
73
starlightOpenAPI([
74
{
75
base: 'api',
76
- // schema: 'https://libretranslate.com/spec',
77
- schema: 'http://localhost:5000/spec',
+ schema: 'https://libretranslate.com/spec',
+ // schema: 'http://localhost:5000/spec',
78
label: "API Reference",
79
collapsed: true,
80
sidebar: {
0 commit comments