From 5fb696058a565964d55fc4d8bb123ea4cff612a9 Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Sat, 18 Jan 2025 10:02:41 +0100 Subject: [PATCH] disable build errors --- site/next.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 site/next.config.js diff --git a/site/next.config.js b/site/next.config.js new file mode 100644 index 0000000..e1a1f84 --- /dev/null +++ b/site/next.config.js @@ -0,0 +1,8 @@ +/** + * @type {import('next').NextConfig} + */ +module.exports = { + typescript: { + ignoreBuildErrors: true, + } +} \ No newline at end of file