New config file and update README

This commit is contained in:
Ralex
2024-09-22 14:16:10 +02:00
parent b5abfbb724
commit e775763914
10 changed files with 1099 additions and 476 deletions

View File

@@ -1,14 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
/*async rewrites() {
return [
{
source: "/ws/",
destination: `http://localhost:5057/`,
},
]
},*/
images: {
remotePatterns: [
{