Change url strategy back to the hashtag thing

This commit is contained in:
Marco 2024-01-09 12:22:24 +01:00
parent ac785922f5
commit a91ec46fef

View File

@ -1,11 +1,8 @@
import 'package:flutter/material.dart';
import 'package:flutter_web_plugins/url_strategy.dart';
import 'package:go_router/go_router.dart';
import 'package:mchess/chess/chess_app.dart';
void main() {
GoRouter.optionURLReflectsImperativeAPIs = true;
setUrlStrategy(PathUrlStrategy());
runApp(const ChessApp());
}