digitalocean / digitalocean/sample-nuxtjs
Example with proxy
Open
- Dominant language
- Vue
- Stars
- 20
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
There is an special setting to work with proxy and DO static apps?
I'd do some thing like this:
```javascript
// nuxt.config.js
proxy: {
'/api/': 'https://my-backend-app.ondigitalocean.app'
}
```
But any ` POST` response an 405 NOT ALLOWED, it does not work like I expect.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.