We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c201e19 commit 1f597c4Copy full SHA for 1f597c4
doc/website/bin/main.dart
@@ -4,9 +4,7 @@ import 'package:static_shock/static_shock.dart';
4
5
Future<void> main(List<String> arguments) async {
6
// Configure the static website generator.
7
- final staticShock = StaticShock(
8
- site: SiteMetadata(basePath: "/flutter-test-goldens/"),
9
- )
+ final staticShock = StaticShock()
10
// Here, you can directly hook into the StaticShock pipeline. For example,
11
// you can copy an "images" directory from the source set to build set:
12
..pick(DirectoryPicker.parse("images"))
0 commit comments