portfolio/next.config.js
Roman Jaroš c71e163d7f
Some checks failed
forgejo/romanjaros/portfolio/pipeline/head There was a failure building this commit
Refactor job data handling and improve component structure
2025-01-11 19:50:59 +00:00

7 lines
No EOL
106 B
JavaScript
Executable file

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