You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/static-site/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121
121
### Changed
122
122
-**Breaking: Screenshot naming format updated** - Screenshot names no longer include viewport suffixes (e.g., `@mobile`, `@desktop`). Instead, viewport information is now stored as properties for better organization and compatibility with file system restrictions.
123
123
-**Before:**`blog/post-1@mobile` (could cause validation errors with slashes)
<p>Demonstrating Vizzly screenshot capture with meta tag configuration</p>
45
+
<p>Demonstrating Vizzly screenshot capture with the companion config files</p>
53
46
</header>
54
47
55
48
<mainclass="content">
56
49
<section>
57
50
<h2>About This Page</h2>
58
-
<p>This page demonstrates how to configure Vizzly screenshot capture using HTML meta tags.</p>
51
+
<p>This page is discovered like any other HTML file. Viewports and interactions are configured in the companion <code>vizzly.config.js</code> and <code>vizzly.static-site.js</code> files.</p>
0 commit comments