Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Oct 13, 2023
1 parent 8fae552 commit b7ec8ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"hosting": {
"site": "flutter-web-async-link-2",
"public": "flutter-web-async-link/build/web",
"public": "flutter_web_async_link/build/web",
"ignore": [
"firebase.json",
"**/.*",
Expand Down
4 changes: 2 additions & 2 deletions flutter_web_async_link/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ class MyApp extends StatelessWidget {

launchUrl(
Uri.parse(
'https://github.com/nilsreichardt/playground/blob/main/flutter-web-async-link/lib/main.dart'),
'https://github.com/nilsreichardt/playground/blob/main/flutter_web_async_link/lib/main.dart'),
webOnlyWindowName: '_self',
);
},
child: const Text('Open my website'),
child: const Text('Open code example'),
),
],
);
Expand Down

0 comments on commit b7ec8ac

Please sign in to comment.