1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00

fixed thumbnail card path

This commit is contained in:
Marc Robledo 2024-08-09 19:34:31 +02:00
parent f7014075ec
commit bc82f6d748
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
*/ */
var PRECACHE_ID = 'rom-patcher-js'; var PRECACHE_ID = 'rom-patcher-js';
var PRECACHE_VERSION = 'v30beta1'; var PRECACHE_VERSION = 'v30beta1b';
var PRECACHE_URLS = [ var PRECACHE_URLS = [
'/RomPatcher.js/', '/RomPatcher.js/index.html', '/RomPatcher.js/', '/RomPatcher.js/index.html',
'/RomPatcher.js/manifest.json', '/RomPatcher.js/manifest.json',

View file

@ -28,8 +28,8 @@
<meta property="og:title" content="Rom Patcher JS"> <meta property="og:title" content="Rom Patcher JS">
<meta name="twitter:title" content="Rom Patcher JS"> <meta name="twitter:title" content="Rom Patcher JS">
<meta name="twitter:description" content="An online web-based ROM patcher. Supported formats: IPS, BPS, UPS, APS, RUP, PPF and xdelta."> <meta name="twitter:description" content="An online web-based ROM patcher. Supported formats: IPS, BPS, UPS, APS, RUP, PPF and xdelta.">
<meta property="og:image" content="https://www.marcrobledo.com/RomPatcher.js/card_thumbnail.jpg"> <meta property="og:image" content="https://www.marcrobledo.com/RomPatcher.js/webapp/thumbnail.jpg">
<meta name="twitter:image" content="https://www.marcrobledo.com/RomPatcher.js/card_thumbnail.jpg"> <meta name="twitter:image" content="https://www.marcrobledo.com/RomPatcher.js/webapp/thumbnail.jpg">
<meta name="twitter:card" content="photo"> <meta name="twitter:card" content="photo">
<link type="text/css" rel="stylesheet" href="./webapp/style.css" media="all"/> <link type="text/css" rel="stylesheet" href="./webapp/style.css" media="all"/>