Skip to content

Commit

Permalink
Set timezone to Asia/Shanghai (fix #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Dec 10, 2023
1 parent 417e972 commit 5db5e24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/viewer/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ const nextConfig = {
output: "standalone",
};

process.env.TZ = "Asia/Shanghai";

const withBundleAnalyzer = require("@next/bundle-analyzer")({
enabled: process.env.ANALYZE === "true",
});
Expand Down

0 comments on commit 5db5e24

Please sign in to comment.