-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #389 from jamerrq/pwa-support
PWA Support
- Loading branch information
Showing
27 changed files
with
187 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
<?xml version="1.0" encoding="utf-8"?> | ||
<browserconfig> | ||
<msapplication> | ||
<tile> | ||
<square70x70logo src="/favicon-70x70.png"/> | ||
<square150x150logo src="/favicon-150x150.png"/> | ||
<square310x310logo src="/favicon-310x310.png"/> | ||
<TileColor>#ffffff</TileColor> | ||
</tile> | ||
</msapplication> | ||
</browserconfig> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"name": "La Velada", | ||
"description": "Web Oficial de La Velada del Año IV, evento de boxeo entre streamers y creadores de contenido, organizado por Ibai Llanos.", | ||
"short_name": "La Velada", | ||
"icons": [ | ||
{ | ||
"src": "/favicon-72x72.png", | ||
"type": "image/png", | ||
"sizes": "72x72", | ||
"purpose": "any maskable" | ||
}, | ||
{ | ||
"src": "/favicon-96x96.png", | ||
"type": "image/png", | ||
"sizes": "96x96", | ||
"purpose": "any maskable" | ||
}, | ||
{ | ||
"src": "/favicon-128x128.png", | ||
"type": "image/png", | ||
"sizes": "128x128", | ||
"purpose": "any maskable" | ||
}, | ||
{ | ||
"src": "/favicon-144x144.png", | ||
"type": "image/png", | ||
"sizes": "144x144", | ||
"purpose": "any maskable" | ||
}, | ||
{ | ||
"src": "/favicon-152x152.png", | ||
"type": "image/png", | ||
"sizes": "152x152", | ||
"purpose": "any maskable" | ||
}, | ||
{ | ||
"src": "/favicon-192x192.png", | ||
"type": "image/png", | ||
"sizes": "192x192", | ||
"purpose": "any maskable" | ||
}, | ||
{ | ||
"src": "/favicon-384x384.png", | ||
"type": "image/png", | ||
"sizes": "384x384", | ||
"purpose": "any maskable" | ||
}, | ||
{ | ||
"src": "/favicon-512x512.png", | ||
"type": "image/png", | ||
"sizes": "512x512", | ||
"purpose": "any maskable" | ||
} | ||
], | ||
"scope": "/", | ||
"start_url": "/?source=pwa", | ||
"display": "standalone", | ||
"theme_color": "#d5ff00", | ||
"background_color": "#d5ff00" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
// Type imports | ||
import type { ManifestOptions } from "vite-plugin-pwa" | ||
|
||
/** | ||
* Defines the default SEO configuration for the website. | ||
*/ | ||
export const seoConfig = { | ||
baseURL: "https://lavelada.es/", // Production URL. | ||
description: | ||
"Web Oficial de La Velada del Año IV, evento de boxeo entre streamers y creadores de contenido, organizado por Ibai Llanos.", | ||
type: "website", | ||
image: { | ||
url: "https://lavelada.es/og.png", | ||
alt: "La Velada", | ||
width: 705, | ||
height: 606, | ||
}, | ||
siteName: "La Velada", | ||
twitter: { | ||
card: "summary_large_image", | ||
}, | ||
} | ||
|
||
/** | ||
* Defines the configuration for PWA webmanifest. | ||
*/ | ||
export const manifest: Partial<ManifestOptions> = { | ||
name: "La Velada", | ||
short_name: "La Velada", | ||
description: | ||
"Web Oficial de La Velada del Año IV, evento de boxeo entre streamers y creadores de contenido, organizado por Ibai Llanos.", | ||
theme_color: "#d5ff00", | ||
background_color: "#d5ff00", | ||
display: "fullscreen", | ||
icons: [ | ||
{ | ||
src: "/img/icons/favicon-192x192.png", | ||
sizes: "192x192", | ||
type: "image/png", | ||
}, | ||
{ | ||
src: "/img/icons/favicon-512x512.png", | ||
sizes: "512x512", | ||
type: "image/png", | ||
}, | ||
{ | ||
src: "/img/icons/favicon-512x512.png", | ||
sizes: "512x512", | ||
type: "image/png", | ||
purpose: "any maskable", | ||
}, | ||
], | ||
} |