Skip to content
Merged
Prev Previous commit
Next Next commit
format
  • Loading branch information
chargome committed Dec 16, 2025
commit 1b8b4391c5313e5aad66ae3b62a75f8ecca80fbd
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ const nextjsMajor = Number(nextjsVersion.split('.')[0]);

export const isNext13 = !isNaN(nextjsMajor) && nextjsMajor === 13;
export const nextjsMajorVersion = nextjsMajor;

Loading