fix docz production build

This commit is contained in:
Stephan Meijer
2020-04-13 13:27:30 +02:00
parent 6645d63c82
commit c3a2378ecb
15 changed files with 2622 additions and 2180 deletions

View File

@@ -1,3 +1,14 @@
require('dotenv').config({
path: '.env',
});
module.exports = {
plugins: [
{
resolve: 'gatsby-plugin-react-leaflet',
options: {
linkStyles: true,
},
},
],
};