Erste brauchbare Version
This commit is contained in:
+2
-1
@@ -1,8 +1,9 @@
|
||||
import { type NextConfig } from 'next';
|
||||
import { withPayload } from '@payloadcms/next/withPayload';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: 'standalone',
|
||||
poweredByHeader: false
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
export default withPayload(nextConfig);
|
||||
Reference in New Issue
Block a user