From 5fbd47932e08609f1b625f9680257f3b1e9cdced Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Wed, 18 Oct 2023 11:06:34 -0400 Subject: [PATCH 1/6] feat: add regenie chat bot --- web-www/pages/_document.tsx | 9 +++++---- web-www/public/regenie.js | 17 +++++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 web-www/public/regenie.js diff --git a/web-www/pages/_document.tsx b/web-www/pages/_document.tsx index 8e139785c5..5256cc9b91 100644 --- a/web-www/pages/_document.tsx +++ b/web-www/pages/_document.tsx @@ -1,6 +1,6 @@ -import { Head, Html, Main, NextScript } from 'next/document'; +import { Head, Html, Main, NextScript } from "next/document"; -import { augmentDocumentWithEmotionCache } from './_app'; +import { augmentDocumentWithEmotionCache } from "./_app"; const Document = () => { return ( @@ -19,8 +19,9 @@ const Document = () => { /> -
- +
+ +