1
Fork 0
holycow/holycow_frontend/next.config.mjs

7 lines
111 B
JavaScript
Raw Normal View History

2024-11-27 23:01:46 +00:00
/** @type {import("next").NextConfig} */
2024-11-27 23:12:39 +00:00
const nextConfig = {
output: "export"
};
2024-11-27 23:01:46 +00:00
export default nextConfig;