final commit

This commit is contained in:
2024-05-03 06:36:21 +03:00
parent 46b556754f
commit 5a319c1826

View File

@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
//output: 'export', //output: 'export',
basePath: '/drop'
}; };
export default nextConfig; export default nextConfig;