mirror of
https://github.com/jlengrand/leaflet-geosearch.git
synced 2026-03-10 08:31:26 +00:00
fix docz production build
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
require('dotenv').config({
|
||||
path: '.env',
|
||||
});
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
{
|
||||
resolve: 'gatsby-plugin-react-leaflet',
|
||||
options: {
|
||||
linkStyles: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user