Commit d4320aa

HPCesia <me@hpcesia.com>
2025-04-18 14:06:04
docs: add warning about sensitive information in config file
1 parent dc34a4a
Changed files (1)
src/config.ts
@@ -1,3 +1,6 @@
+// WARNING: This file will be bundled into the build product.
+// DO NOT add any sensitive information here.
+// 警告: 该文件会被打包到构建产物中, 不要在此添加任何敏感信息
 import type {
   ArticleConfig,
   AsideConfig,