linked manifest in the proper index file
This commit is contained in:
parent
2305c6e907
commit
900b11582b
2 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ function App() {
|
|||
const [palette, setPalette] = useState<Theme>(CreateTheme(getThemeType()));
|
||||
|
||||
const whiteLabel = getWhitelabel()
|
||||
const manifestPath = whiteLabel.name.replace(/\s/g, "") + "/manifest.json"
|
||||
const manifestPath = "/" + whiteLabel.name.replace(/\s/g, "") + "/manifest.json"
|
||||
// const defaultPath = "/AdaptiveAgriculture/manifest.json";
|
||||
const manifestDocument = document.getElementById('manifest-link') as HTMLLinkElement
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue