mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-12 01:02:39 +02:00
feat: frontend docker to use nextjs production build
- Damn this made things fast af.
This commit is contained in:
parent
420e2b62eb
commit
d5ccced6b9
7 changed files with 103 additions and 41 deletions
|
|
@ -2,6 +2,7 @@ import { createMDX } from "fumadocs-mdx/next";
|
|||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue