diff options
| author | Fuwn <[email protected]> | 2021-04-12 12:07:30 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-12 12:07:30 -0700 |
| commit | 22f18ada306e7238a0d35a28e7c3f9f8f3eecb12 (patch) | |
| tree | 2b18eb1e5e950e9e00e04862234415c14b3a4ef6 /package.json | |
| parent | blog: The State of Whirl (diff) | |
| download | site-22f18ada306e7238a0d35a28e7c3f9f8f3eecb12.tar.xz site-22f18ada306e7238a0d35a28e7c3f9f8f3eecb12.zip | |
feature: Algolia search
The dotenv package is required from grabbing GitHub secrets from the environment.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 1fac670..95b0dc2 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "@docusaurus/theme-live-codeblock": "^2.0.0-alpha.72", "@mdx-js/react": "^1.6.21", "clsx": "^1.1.1", + "dotenv": "^8.2.0", "react": "^17.0.1", "react-dom": "^17.0.1" }, |