Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5172f85

Browse files
committed
add cname
1 parent93bc471 commit5172f85

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)

[8]ページ先頭

©2009-2025 Movatter.jp