portfolio/next.config.js

7 lines
No EOL
106 B
JavaScript
Executable file

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