Skip to content

Commit

Permalink
Update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed Aug 31, 2024
1 parent 6e2aec6 commit ce15c08
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 11 deletions.
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@
<meta property="og:title" content="Watch Together — Watch Movies Together Online" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://watchtogether.online/" />
<meta property="og:image" content="https://watchtogether.online/apple-touch-icon.png" />
<meta property="og:image:width" content="180" />
<meta property="og:image:height" content="180" />
<meta property="og:image:alt" content="Watch Together logo" />
<meta property="og:image" content="https://watchtogether.online/screenshots/desktop-1.png" />
<meta property="og:image:width" content="3456" />
<meta property="og:image:height" content="2234" />
<meta property="og:image:alt" content="Watch Together screenshot" />
<meta property="og:locale" content="en_US" />
<meta property="og:locale:alternate" content="fr_FR" />
<meta property="og:locale:alternate" content="ru_RU" />

<link rel="canonical" href="https://watchtogether.online" />
</head>
Expand Down
Binary file removed static/screenshots/1.jpeg
Binary file not shown.
Binary file removed static/screenshots/2.jpeg
Binary file not shown.
Binary file removed static/screenshots/3.jpeg
Binary file not shown.
Binary file removed static/screenshots/4.jpeg
Binary file not shown.
Binary file added static/screenshots/desktop-1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/screenshots/desktop-2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/screenshots/mobile-1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/screenshots/mobile-2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,26 @@ export default defineConfig({
"start_url":"/",
"screenshots": [
{
"src": "screenshots/1.jpeg",
"sizes": "1170x2391",
"src": "screenshots/mobile-1.jpeg",
"sizes": "1170x2532",
"type": "image/jpeg",
"form_factor": "narrow"
},
{
"src": "screenshots/2.jpeg",
"sizes": "1170x2391",
"src": "screenshots/mobile-2.jpeg",
"sizes": "1170x2532",
"type": "image/jpeg",
"form_factor": "narrow"
},
{
"src": "screenshots/3.jpeg",
"sizes": "2480x1740",
"src": "screenshots/desktop-1.jpeg",
"sizes": "3456x2234",
"type": "image/jpeg",
"form_factor": "wide"
},
{
"src": "screenshots/4.jpeg",
"sizes": "2480x1740",
"sizes": "3456x2234",
"type": "image/jpeg",
"form_factor": "wide"
}
Expand Down

0 comments on commit ce15c08

Please sign in to comment.