mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Disabled mirage in development
closes https://github.com/TryGhost/Ghost/issues/10414 - mirage's `passthrough()` was not allowing `/ghost/assets/simplemde/simplemde.js` to hit the backend server which was breaking markdown cards
This commit is contained in:
parent
1885d0a193
commit
337b0614ed
@ -47,7 +47,7 @@ module.exports = function (environment) {
|
|||||||
|
|
||||||
// Enable mirage here in order to mock API endpoints during development
|
// Enable mirage here in order to mock API endpoints during development
|
||||||
ENV['ember-cli-mirage'] = {
|
ENV['ember-cli-mirage'] = {
|
||||||
enabled: true
|
enabled: false
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user