lots of changes on making new experiments work
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import nextRoutes from "nextjs-routes/config";
|
||||
|
||||
/**
|
||||
* Run `build` or `dev` with `SKIP_ENV_VALIDATION` to skip env validation. This is especially useful
|
||||
* for Docker builds.
|
||||
@@ -20,4 +22,4 @@ const config = {
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
export default nextRoutes()(config);
|
||||
|
||||
Reference in New Issue
Block a user