From f3e0f8eace82b317208af9fed0dce40e8a02c980 Mon Sep 17 00:00:00 2001 From: blinko Date: Sun, 27 Oct 2024 13:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B1chore:=20update=20other?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ next.config.js | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3106dcc1..391fa48b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,6 @@ yarn.lock public/robots.txt public/sitemap* public/assets +.blinko/faiss/* +.blinko/pgdump/* dump.sql \ No newline at end of file diff --git a/next.config.js b/next.config.js index 354b72a0..5008832b 100644 --- a/next.config.js +++ b/next.config.js @@ -10,6 +10,7 @@ module.exports = { } return config; }, + outputFileTracing: false, reactStrictMode: true, swcMinify:false, eslint: {