We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96ecf5 commit 84bfc5fCopy full SHA for 84bfc5f
apps/frontend/nuxt.config.ts
@@ -100,7 +100,12 @@ export default defineNuxtConfig({
100
},
101
nitro: {
102
devProxy: {
103
- '/api': 'http://localhost:8000/api',
+ '/api': {
104
+ // Change to https://blueprint.zip/api to use the production API
105
+ // Local API is http://localhost:8000/api
106
+ target: 'http://localhost:8000/api',
107
+ changeOrigin: true,
108
+ },
109
'/browse/sitemap.xml': 'http://localhost:8000/browse/sitemap.xml',
110
'/yay': 'https://blueprint.zip/yay',
111
0 commit comments