Skip to content

Commit 5172f85

Browse files
committed
add cname
1 parent 93bc471 commit 5172f85

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ghpages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ jobs:
3737
with:
3838
github_token: ${{ secrets.BLOBS_APP_PUBLISH_TOKEN }}
3939
publish_dir: ./build
40+
cname: blobs.app

src/components/actions/flutterCopy.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const FlutterCopy = view(({ onClose }) => {
1414
/// add hash widget
1515
Container(
1616
child: Blob.fromHash(
17-
hash: [${appStore.edges}-${appStore.growth}-${appStore.id}],
17+
hash: ['${appStore.edges}-${appStore.growth}-${appStore.id}'],
1818
size: 400,
1919
),
2020
),

0 commit comments

Comments
 (0)