Initial Commit
This commit is contained in:
commit
258fad3475
60 changed files with 6894 additions and 0 deletions
9
next.config.ts
Normal file
9
next.config.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: 'standalone',
|
||||
// assetPrefix: '/home',
|
||||
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Loading…
Add table
Add a link
Reference in a new issue