forked from MapComplete/MapComplete
UX: add version number to loading screen
This commit is contained in:
parent
efce134a6c
commit
41da0d7ab7
5 changed files with 14 additions and 2 deletions
|
@ -443,6 +443,7 @@ async function createLandingPage(layout: LayoutConfig, manifest, whiteIcons, alr
|
|||
/.*\/src\/index\.ts.*/,
|
||||
`<script type="module" src="./index_${layout.id}.ts"></script>`,
|
||||
)
|
||||
.replace("Version", Constants.vNumber)
|
||||
|
||||
return output
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue