Merge branch 'fix/redirect-error' into 'development'

[HOTFIX/FE] Fixing redirect issues

See merge request mbugroup/lti-web-client!92
This commit is contained in:
kris
2025-12-10 11:11:50 +00:00
4 changed files with 11 additions and 2 deletions
+2
View File
@@ -8,4 +8,6 @@ const Closing = () => {
);
};
export const dynamic = 'force-static';
export default Closing;