fix(docker): move sitemap build
All checks were successful
deploy / deploy (push) Successful in 1m2s

This commit is contained in:
Lee
2023-11-07 23:11:59 +00:00
parent b24f1db3c1
commit 15aeaa69d5
2 changed files with 4 additions and 6 deletions

View File

@ -65,7 +65,6 @@ module.exports = withBundleAnalyzer(nextConfig);
// // Injected content via Sentry wizard below
const { withSentryConfig } = require("@sentry/nextjs");
const { format } = require("path");
module.exports = withSentryConfig(
module.exports,