mirror of https://github.com/AMT-Cheif/drift.git
Disable checking external links
This commit is contained in:
parent
573bd20eb8
commit
6b6663c690
|
@ -21,7 +21,9 @@ Future<void> main() async {
|
||||||
Uri.parse('http://localhost:8080/api/')
|
Uri.parse('http://localhost:8080/api/')
|
||||||
],
|
],
|
||||||
{'http://localhost:8080/**'},
|
{'http://localhost:8080/**'},
|
||||||
true,
|
// todo: Re-enable. Current problem is that we link new pages to their
|
||||||
|
// final url (under drift.simonbinder.eu) before they're deployed.
|
||||||
|
false,
|
||||||
UrlSkipper(
|
UrlSkipper(
|
||||||
'', ['github.com', 'pub.dev', 'api.dart.dev', 'fonts.gstatic.com']),
|
'', ['github.com', 'pub.dev', 'api.dart.dev', 'fonts.gstatic.com']),
|
||||||
false,
|
false,
|
||||||
|
|
Loading…
Reference in New Issue