Switched to local fonts

This commit is contained in:
Jack Mechem 2026-03-28 18:23:52 -07:00
parent 2bc4311479
commit 8d06749627
5 changed files with 77 additions and 44 deletions

View file

@ -1,8 +1,8 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
allowedDevOrigins: ['dashboard.jackmechem.dev', 'localhost'],
output: 'standalone',
allowedDevOrigins: ["dashboard.jackmechem.dev", "localhost"],
output: "standalone",
};
export default nextConfig;