Add complete project files
This commit is contained in:
17
next.config.mjs
Executable file
17
next.config.mjs
Executable file
@@ -0,0 +1,17 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
images: {
|
||||
domains: [],
|
||||
},
|
||||
// Removed rewrite rule - homepage will be at root (/)
|
||||
// async rewrites() {
|
||||
// return [
|
||||
// {
|
||||
// source: '/',
|
||||
// destination: '/tax-planning',
|
||||
// },
|
||||
// ];
|
||||
// },
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user