mirror of
https://github.com/jlengrand/leaflet-geosearch.git
synced 2026-03-10 08:31:26 +00:00
15 lines
199 B
JavaScript
15 lines
199 B
JavaScript
require('dotenv').config({
|
|
path: '.env',
|
|
});
|
|
|
|
module.exports = {
|
|
plugins: [
|
|
{
|
|
resolve: 'gatsby-plugin-react-leaflet',
|
|
options: {
|
|
linkStyles: true,
|
|
},
|
|
},
|
|
],
|
|
};
|