[BREAKING] Chore: update to next v15 (#4661)
Some checks are pending
Docker / Linting Checks (push) Waiting to run
Docker / Docker Build & Push (push) Blocked by required conditions

This commit is contained in:
shamoon
2025-01-26 00:20:41 -08:00
committed by GitHub
parent dc3382447c
commit 0197b449ed
8 changed files with 2655 additions and 2336 deletions

View File

@@ -1,5 +1,5 @@
import { useContext } from "react";
import Image from "next/future/image";
import Image from "next/image";
import { SettingsContext } from "utils/contexts/settings";
import { ThemeContext } from "utils/contexts/theme";