geothermie-atlas/next.config.js

7 lines
111 B
JavaScript
Raw Normal View History

2023-10-05 12:32:18 +00:00
/** @type {import('next').NextConfig} */
2023-10-19 09:07:33 +00:00
const nextConfig = {
basePath: '',
};
2023-10-05 12:32:18 +00:00
2023-10-19 09:07:33 +00:00
module.exports = nextConfig;