portfolio/next.config.js

7 lines
106 B
JavaScript
Raw Permalink Normal View History

// @ts-check
2022-06-28 19:50:51 +02:00
/** @type {import('next').NextConfig} */
const nextConfig = {
}
2022-06-28 19:50:51 +02:00
module.exports = nextConfig