chore: commit all changes
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
const { withWorkflow } = require('workflow/next');
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
@@ -20,6 +22,6 @@ const nextConfig = {
|
||||
}
|
||||
];
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
module.exports = withWorkflow(nextConfig);
|
||||
|
||||
Reference in New Issue
Block a user