rebrand to useSend (#210)
This commit is contained in:
12
apps/marketing/next.config.js
Normal file
12
apps/marketing/next.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/** @type {import("next").NextConfig} */
|
||||
const config = {
|
||||
// Static export for marketing site
|
||||
output: "export",
|
||||
images: {
|
||||
// Required for static export if using images
|
||||
unoptimized: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user