diff --git a/b0esche_cloud/lib/main.dart b/b0esche_cloud/lib/main.dart index 8f9bf8a..535f507 100644 --- a/b0esche_cloud/lib/main.dart +++ b/b0esche_cloud/lib/main.dart @@ -20,7 +20,9 @@ import 'package:flutter/foundation.dart' show kIsWeb; import 'package:web/web.dart' as web; final GoRouter _router = GoRouter( - initialLocation: kIsWeb ? web.window.location.pathname + web.window.location.search : '/', + initialLocation: kIsWeb + ? web.window.location.pathname + web.window.location.search + : '/', routes: [ GoRoute(path: '/', builder: (context, state) => const HomePage()), GoRoute(