Migrated to local rust api
This commit is contained in:
parent
4bfb87448f
commit
db20819ad2
3 changed files with 10 additions and 208 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
allowedDevOrigins: ['dashboard.jackmechem.dev'],
|
||||
allowedDevOrigins: ['dashboard.jackmechem.dev', 'localhost'],
|
||||
output: 'standalone',
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue