feat: add board group models and update related interfaces
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
allowedDevOrigins: [
|
||||
"192.168.1.101",
|
||||
],
|
||||
allowedDevOrigins: ["192.168.1.101"],
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user