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 93bc471 commit 5172f85Copy full SHA for 5172f85
.github/workflows/ghpages.yml
@@ -37,3 +37,4 @@ jobs:
37
with:
38
github_token: ${{ secrets.BLOBS_APP_PUBLISH_TOKEN }}
39
publish_dir: ./build
40
+ cname: blobs.app
src/components/actions/flutterCopy.jsx
@@ -14,7 +14,7 @@ const FlutterCopy = view(({ onClose }) => {
14
/// add hash widget
15
Container(
16
child: Blob.fromHash(
17
- hash: [${appStore.edges}-${appStore.growth}-${appStore.id}],
+ hash: ['${appStore.edges}-${appStore.growth}-${appStore.id}'],
18
size: 400,
19
),
20
0 commit comments