Skip to content

Commit

Permalink
Merge pull request #3 from InjectiveLabs/dev
Browse files Browse the repository at this point in the history
fix: config
  • Loading branch information
bangjelkoski authored Oct 7, 2024
2 parents 777610e + e4dab55 commit 7bb9168
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ const lightCodeTheme = require("prism-react-renderer/themes/github");
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
const math = require("remark-math");
const katex = require("rehype-katex");
const config = require("dotenv/config");

config();
require("dotenv").config();

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down

0 comments on commit 7bb9168

Please sign in to comment.