1
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:
2023-04-13 11:09:13 -04:00
parent a4a402bcde
commit cab79559e6
9 changed files with 868 additions and 799 deletions

View File

@@ -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",