V1 without presentation styling
This commit is contained in:
18
presentation/next.config.js
Normal file
18
presentation/next.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
experimental: {
|
||||
serverActions: true,
|
||||
},
|
||||
// Avoiding CORS issues
|
||||
// async rewrites() {
|
||||
// return [
|
||||
// {
|
||||
// source: '/api/:slug*',
|
||||
// destination: 'http://localhost:3000/api/:slug*'
|
||||
// }
|
||||
// ]
|
||||
// }
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
Reference in New Issue
Block a user