Changed basepath to empty string for next

config file.
This commit is contained in:
Caretaker0699 2023-05-15 16:09:51 -07:00
parent fda58f306b
commit a180227356

View File

@ -1,6 +1,6 @@
const nextConfig = {
// This is the base path for your application.
basePath: '/',
basePath: '',
// This is the environment that your application is running in.
env: {