mirror of https://github.com/flutter/pinball.git
chore: Update metadata image (#290)
* Update index.html * feat: update sharing image url and rules * updating favicons and organzing index file Co-authored-by: Tom Arra <tarra3@gmail.com>pull/294/head
parent
3a593c2e6e
commit
2df41dd058
@ -0,0 +1,9 @@
|
||||
rules_version = '2';
|
||||
service firebase.storage {
|
||||
match /b/{bucket}/o {
|
||||
match /{folder}/{imageId} {
|
||||
allow read: if imageId.matches(".*\\.png") || imageId.matches(".*\\.jpg");
|
||||
allow write: if false;
|
||||
}
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 917 B |
Loading…
Reference in new issue