1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 01:15:31 -04:00

fix post title encoding

This commit is contained in:
2025-03-14 15:08:00 -04:00
parent 3932660acc
commit 6e572a8f48
7 changed files with 29 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import Image from "next/image";
import clsx from "clsx";
import Link from "../Link";
import Image from "../Image";
import Menu from "../Menu";
import * as config from "../../lib/config";
import { MAX_WIDTH } from "../../lib/config/constants";