Fix build
This commit is contained in:
parent
8896226762
commit
92df5643c3
6 changed files with 75 additions and 81 deletions
|
@ -100,6 +100,7 @@ async function createManifest(layout: LayoutConfig) {
|
|||
name: name,
|
||||
short_name: ogTitle,
|
||||
start_url: `${layout.id.toLowerCase()}.html`,
|
||||
lang: "en",
|
||||
display: "standalone",
|
||||
background_color: "#fff",
|
||||
description: ogDescr,
|
||||
|
@ -224,7 +225,6 @@ for (const i in all) {
|
|||
createManifest(new LayoutConfig({
|
||||
icon: "assets/svg/mapcomplete_logo.svg",
|
||||
id: "index",
|
||||
language: "en",
|
||||
layers: [],
|
||||
maintainer: "Pieter Vander Vennet",
|
||||
socialImage: "assets/SocialImage.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue