Updated the next config file to prepare for deploy
This commit is contained in:
parent
73be01dd40
commit
fda58f306b
@ -8,8 +8,10 @@ const nextConfig = {
|
||||
},
|
||||
|
||||
// This is the list of pages that should be exported when you run the `next export` command.
|
||||
exportPathMap: {
|
||||
'/pages/*': './pages/*',
|
||||
exportPathMap: async function () {
|
||||
return {
|
||||
'/pages/*': { page: './pages/*' },
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user