🐛 External URL being '' in media requests (#1355)

This commit is contained in:
Manuel
2023-09-03 18:00:15 +02:00
committed by GitHub
parent bc6fde5936
commit c94ffbf91f
3 changed files with 8 additions and 10 deletions

1
next-env.d.ts vendored
View File

@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.