kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
manifest.json -> manifest.webmanifest
rodzic
015bceda9a
commit
066c4c7568
|
@ -6,7 +6,7 @@
|
|||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta http-equiv="content-security-policy" content="<%- csp %>">
|
||||
<link href="/manifest.json" rel="manifest">
|
||||
<link href="/manifest.webmanifest" rel="manifest">
|
||||
<!--server-generated-meta-->
|
||||
<script type="module" src="./src/main.tsx"></script>
|
||||
<%- snippets %>
|
||||
|
|
|
@ -62,7 +62,7 @@ server {
|
|||
|
||||
# Backend routes.
|
||||
# These are routes to the backend's API and important rendered pages.
|
||||
location ~ ^/(api|oauth|auth|admin|pghero|sidekiq|manifest.json|media|nodeinfo|unsubscribe|.well-known/(webfinger|host-meta|nodeinfo|change-password)|@(.+)/embed$) {
|
||||
location ~ ^/(api|oauth|auth|admin|pghero|sidekiq|manifest.webmanifest|media|nodeinfo|unsubscribe|.well-known/(webfinger|host-meta|nodeinfo|change-password)|@(.+)/embed$) {
|
||||
try_files /dev/null @backend;
|
||||
}
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@ server {
|
|||
|
||||
# Mastodon backend routes.
|
||||
# These are routes to Mastodon's API and important rendered pages.
|
||||
location ~ ^/(api|inbox|oauth|auth|admin|pghero|sidekiq|manifest.json|media|nodeinfo|unsubscribe|.well-known/(webfinger|host-meta|nodeinfo|change-password)|@(.+)/embed$) {
|
||||
location ~ ^/(api|inbox|oauth|auth|admin|pghero|sidekiq|manifest.webmanifest|media|nodeinfo|unsubscribe|.well-known/(webfinger|host-meta|nodeinfo|change-password)|@(.+)/embed$) {
|
||||
try_files /dev/null @mastodon;
|
||||
}
|
||||
|
||||
|
|
|
@ -66,7 +66,6 @@ export default defineConfig(({ command }) => ({
|
|||
compileTime(),
|
||||
],
|
||||
},
|
||||
manifestFilename: 'manifest.json',
|
||||
manifest: {
|
||||
name: 'Soapbox',
|
||||
short_name: 'Soapbox',
|
||||
|
|
Ładowanie…
Reference in New Issue