One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: restore next config

authored by

Evan Huang and committed by
GitHub
178c7bdf 12bad6b5

+1 -2
+1 -2
next.config.ts
··· 1 1 import { execSync } from "node:child_process"; 2 2 import type { NextConfig } from "next"; 3 3 import packageJson from "./package.json"; 4 - import withRspack from "next-rspack"; 5 4 6 5 const getGitCommit = () => { 7 6 try { ··· 32 31 }, 33 32 }; 34 33 35 - export default withRspack(nextConfig); 34 + export default nextConfig;