source: next.config.ts@ 298f9b3

Last change on this file since 298f9b3 was 65f7b64, checked in by stefansaveski <stefansaveski19@…>, 12 months ago

Initial commit from Create Next App

  • Property mode set to 100644
File size: 133 bytes
Line 
1import type { NextConfig } from "next";
2
3const nextConfig: NextConfig = {
4 /* config options here */
5};
6
7export default nextConfig;
Note: See TracBrowser for help on using the repository browser.