mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
Fix swagger
Fix nitro prerender
This commit is contained in:
@@ -9,10 +9,11 @@ export default defineNuxtConfig({
|
||||
openFetch: {
|
||||
clients: {
|
||||
api: {
|
||||
baseURL: 'http://127.0.0.1:6531/',
|
||||
baseURL: '/api/',
|
||||
schema: 'https://raw.githubusercontent.com/C9Glax/tranga/refs/heads/testing/API/openapi/API_v2.json',
|
||||
},
|
||||
},
|
||||
},
|
||||
vite: { plugins: [tailwindcss()] },
|
||||
nitro: { prerender: { failOnError: false } },
|
||||
});
|
||||
|
Reference in New Issue
Block a user