Skip to content

Commit

Permalink
fix: trace Next config
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Oct 10, 2024
1 parent ddbb92a commit 8343c5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export const videoConfigDefault: VideoConfigComplete = {
*/
export async function getVideoConfig(): Promise<VideoConfigComplete> {
let nextConfig: NextConfig | undefined = getConfig();
console.warn(99, nextConfig);
if (!nextConfig?.serverRuntimeConfig?.nextVideo) {
try {
nextConfig = await importConfig('next.config.js');
Expand Down

0 comments on commit 8343c5b

Please sign in to comment.