Skip to content

Commit 5f5021b

Browse files
Apply temporary fix for DigitalOcean build errors
1 parent b103b81 commit 5f5021b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/Navigation.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1111
*/
1212

13+
// Hacky workaround to fix `Type error: Could not find a declaration file for module 'headroom.js'.`
14+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
15+
// @ts-nocheck
16+
1317
import React, { useEffect, useState } from "react";
1418
import Image from "next/legacy/image";
1519
import Link from "next/link";

0 commit comments

Comments
 (0)