Skip to content

Commit

Permalink
feat: add logo upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Rei-x committed Feb 18, 2023
1 parent ed1decf commit a4f593e
Show file tree
Hide file tree
Showing 15 changed files with 1,443 additions and 49 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ yarn-error.log*

# typescript
*.tsbuildinfo

# uploaded files
upload
1 change: 1 addition & 0 deletions nextjs-routes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ declare module "nextjs-routes" {
| StaticRoute<"/admin/organizacje">
| StaticRoute<"/admin/organizacje/stworz">
| DynamicRoute<"/api/auth/[...nextauth]", { "nextauth": string[] }>
| DynamicRoute<"/api/file/[name]", { "name": string }>
| DynamicRoute<"/api/trpc/[trpc]", { "trpc": string }>
| StaticRoute<"/">
| DynamicRoute<"/organizacja/[slug]", { "slug": string }>;
Expand Down
Loading

0 comments on commit a4f593e

Please sign in to comment.