portfolio/next.config.js

8 lines
No EOL
109 B
JavaScript
Executable file

// @ts-check
/** @type {import('next').NextConfig} */
const nextConfig = {
}
module.exports = nextConfig