mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-13 03:06:23 +00:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: "export",
|
|
distDir: "./dist",
|
|
};
|
|
|
|
export default nextConfig;
|