mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 12:15:31 -04:00
fix <Video />
component (downgrade react-player to 2.10.1)
This commit is contained in:
@@ -2,7 +2,7 @@ import {
|
||||
Inter as InterLoader,
|
||||
Source_Code_Pro as SourceCodeProLoader,
|
||||
Comic_Neue as ComicNeueLoader,
|
||||
} from "@next/font/google";
|
||||
} from "next/font/google";
|
||||
|
||||
const Inter = InterLoader({
|
||||
weight: "variable",
|
||||
|
Reference in New Issue
Block a user