mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
poweredByHeader: false,
|
|
};
|
|
|
|
export default nextConfig;
|