add nextjs

This commit is contained in:
Andras Bacsai
2024-03-28 09:04:04 +01:00
parent 81b1807daf
commit e3f5314ee9
15 changed files with 5255 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;