Nye-TeeOff/kode_eksport_1/frontend_next_config_ts.txt

7 lines
133 B
Text

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;