All checks were successful
forgejo/romanjaros/portfolio/pipeline/head This commit looks good
7 lines
No EOL
106 B
JavaScript
Executable file
7 lines
No EOL
106 B
JavaScript
Executable file
// @ts-check
|
|
|
|
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
}
|
|
|
|
module.exports = nextConfig |