some roblox stuff again

This commit is contained in:
2025-07-24 04:25:18 +03:00
parent e0217cbbcb
commit d1f925f298
35 changed files with 866 additions and 282 deletions

View File

@@ -11,9 +11,9 @@ const nextConfig: NextConfig = {
{
protocol: "http",
hostname: "**"
},
],
},
}
]
}
};
export default nextConfig;