Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Dec 19, 2024
1 parent c3d8708 commit 83cdf5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": ["next/core-web-vitals", "next/typescript"]
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"unused-imports/no-unused-imports": "warn"
}
}
1 change: 0 additions & 1 deletion app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { PropsWithChildren } from "react";
import spectaLogo from "../../public/images/logo.png";
import rspcLogo from "../../public/images/rspc-logo.png";
import tauriSpectaLogo from "../../public/images/tauri-specta-logo.png";
import Script from "next/script";

export const revalidate = 3600;

Expand Down

0 comments on commit 83cdf5c

Please sign in to comment.