Switched to local fonts
This commit is contained in:
parent
2bc4311479
commit
8d06749627
5 changed files with 77 additions and 44 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue