Skip to content

Commit 875308e

Browse files
committed
Added Leadrboard files
1 parent 00b5620 commit 875308e

File tree

4 files changed

+1123
-1
lines changed

4 files changed

+1123
-1
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import type { Config } from "@docusaurus/types";
33
import type * as Preset from "@docusaurus/preset-classic";
44
import remarkMath from "remark-math";
55
import rehypeKatex from "rehype-katex";
6+
import * as dotenv from "dotenv";
7+
dotenv.config();
68

79
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
810

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
3939
"date-fns": "^4.1.0",
40-
"dotenv": "^16.5.0",
40+
"dotenv": "^16.6.1",
4141
"embla-carousel-autoplay": "^8.6.0",
4242
"embla-carousel-react": "^8.6.0",
4343
"firebase": "^9.22.2",

0 commit comments

Comments
 (0)