Fix building of web and linux app at the same time

This commit is contained in:
Marco 2023-12-27 15:57:01 +01:00
parent 2fe77063d9
commit cb8e98ef81

View File

@ -5,7 +5,7 @@ import 'package:mchess/chess/chess_app.dart';
void main() {
GoRouter.optionURLReflectsImperativeAPIs = true;
setUrlStrategy(const PathUrlStrategy());
setUrlStrategy(PathUrlStrategy());
runApp(const ChessApp());
}