Looking at adding a lightbox
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import million from "million/compiler";
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
swcMinify: true,
|
||||
@@ -5,4 +7,8 @@ const nextConfig = {
|
||||
output: "standalone",
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
const millionConfig = {
|
||||
auto: { rsc: true }, rsc: true
|
||||
}
|
||||
|
||||
export default million.next(nextConfig, millionConfig);
|
||||
|
||||
Reference in New Issue
Block a user