chore: commit all changes

This commit is contained in:
2026-02-26 13:26:18 -05:00
parent fd8edb1f21
commit 74fee52c4e
26 changed files with 4705 additions and 1108 deletions

View File

@@ -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);