Nye-TeeOff/kode_eksport/frontend_next_config_ts.txt

8 lines
133 B
Text
Raw Normal View History

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