All checks were successful
E2E Tests with Cypress / cypress (push) Successful in 3m12s
7 lines
133 B
TypeScript
7 lines
133 B
TypeScript
import type { NextConfig } from 'next';
|
|
|
|
const nextConfig: NextConfig = {
|
|
/* config options here */
|
|
};
|
|
|
|
export default nextConfig;
|