Skip to content

Commit 1f597c4

Browse files
[Docs] - Remove base path and serve at fluttergoldens.com
1 parent c201e19 commit 1f597c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/website/bin/main.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ import 'package:static_shock/static_shock.dart';
44

55
Future<void> main(List<String> arguments) async {
66
// Configure the static website generator.
7-
final staticShock = StaticShock(
8-
site: SiteMetadata(basePath: "/flutter-test-goldens/"),
9-
)
7+
final staticShock = StaticShock()
108
// Here, you can directly hook into the StaticShock pipeline. For example,
119
// you can copy an "images" directory from the source set to build set:
1210
..pick(DirectoryPicker.parse("images"))

0 commit comments

Comments
 (0)