final commit

This commit is contained in:
2024-05-03 06:17:30 +03:00
parent a576c4b765
commit 46b556754f

View File

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