Initial commit
This commit is contained in:
parent
e8115c8495
commit
526822335e
5 changed files with 197 additions and 66 deletions
|
|
@ -1,7 +1,8 @@
|
|||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
allowedDevOrigins: ['dashboard.jackmechem.dev'],
|
||||
output: 'standalone',
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue