start work on the frontend
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 8s

This commit is contained in:
Lee
2024-04-14 18:46:37 +01:00
parent 9afa9c90ca
commit cb15f18bfe
15 changed files with 3137 additions and 156 deletions

View File

@ -1,6 +1,15 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
images: {
remotePatterns: [
{
protocol: "https",
hostname: "git.fascinated.cc",
pathname: "/**",
},
],
},
};
export default nextConfig;