portfolio/next.config.js
Roman Jaroš 48c74074df
All checks were successful
forgejo/romanjaros/portfolio/pipeline/head This commit looks good
Refactor job data handling and improve component structure
2025-01-11 19:58:24 +00:00

7 lines
No EOL
106 B
JavaScript
Executable file

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