From d2577dd4ba8ed91320c2ee1fec971cf3a9193a59 Mon Sep 17 00:00:00 2001 From: Youwen Wu <38934577+couscousdude@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:06:57 -0800 Subject: [PATCH] feat: add no ai badge to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 396f33b..c8b5887 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,17 @@ eeXiv borrows from a pioneer in digital open access, arXiv.org, and hosts the mo [^1]: Whichever idiot decided "arXiv" should be pronounced like "archive" can cope; eeXiv is not changing its name or pronunciation. +--- + + + GitHub Copilot + Open AI + GitHub Copilot + Open AI +

AI generated code is strictly prohibited on this repository.

+
+ + --- ## For Maintainers @@ -47,3 +58,4 @@ The dummies guide to maintaining a Next.js project: - **Footnote**: why don't I have to use the utilities in [`db/loaders.ts`](./src/app/db/loaders.ts) to asynchronously load the data in server side components? - Next.js will automatically pre-render all server side components into static HTML, which means there will be no performance impact (and in fact performance gain at build time) to loading the entire objects into memory. +