without logo

This commit is contained in:
Alma 2025-04-25 17:41:20 +02:00
parent d9cf5ce3a0
commit c95c5f5364
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
node_modules/
.next/
.env
.DS_Store
npm-debug.log
yarn-error.log

2
next-env.d.ts vendored
View File

@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.