Fix al, change package temporarily to debug

pull/1/head
Zakhar Timoshenko 3 years ago
parent a2b7719f88
commit 911e4d3dcc

@ -66,9 +66,9 @@ export default defineConfigWithTheme<Theme.Config>({
['link', { rel: 'apple-touch-icon', href: '/apple-touch-icon.png?v=2' }], ['link', { rel: 'apple-touch-icon', href: '/apple-touch-icon.png?v=2' }],
['link', { rel: 'manifest', href: '/site.webmanifest' }], ['link', { rel: 'manifest', href: '/site.webmanifest' }],
["meta", { name: "al:android:url", content: "kotatsu://manga" }], ["meta", { property: "al:android:url", content: "kotatsu://manga" }],
["meta", { name: "al:android:app_name", content: "Kotatsu" }], ["meta", { property: "al:android:app_name", content: "Kotatsu" }],
["meta", { name: "al:android:package", content: "org.koitharu.kotatsu" }] ["meta", { property: "al:android:package", content: "org.koitharu.kotatsu.debug" }]
], ],
themeConfig: { themeConfig: {

Loading…
Cancel
Save