setting up landing page and getting going
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
experimental: {
|
||||
// this will allow nextjs to resolve files (js, ts, css)
|
||||
// outside packages/app directory.
|
||||
externalDir: true,
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
Reference in New Issue
Block a user