update
This commit is contained in:
parent
e5a0b9a64f
commit
97cc367092
3
TODO.md
3
TODO.md
|
@ -1,7 +1,6 @@
|
||||||
## TODO
|
## TODO
|
||||||
* General - titles - shadow looks untidy before title transitions in
|
|
||||||
- make part of transition?
|
|
||||||
* General - sort things by sort_order
|
* General - sort things by sort_order
|
||||||
|
* General - page headings etc - use api
|
||||||
* mailer
|
* mailer
|
||||||
* remove testing/dev mode or whatever its called from axios in nuxt.config.js
|
* remove testing/dev mode or whatever its called from axios in nuxt.config.js
|
||||||
|
|
||||||
|
|
|
@ -91,6 +91,7 @@ module.exports = {
|
||||||
// See https://github.com/nuxt-community/axios-module#options
|
// See https://github.com/nuxt-community/axios-module#options
|
||||||
proxy: true,
|
proxy: true,
|
||||||
baseURL: 'http://192.168.0.5:3003',
|
baseURL: 'http://192.168.0.5:3003',
|
||||||
|
debug: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
proxy: {
|
proxy: {
|
||||||
|
|
Loading…
Reference in New Issue