forked from extern/homer
Allow subfolder usage
This commit is contained in:
parent
bd9109425a
commit
b0a0fdaa3b
@ -166,7 +166,6 @@ services:
|
|||||||
tag: "other"
|
tag: "other"
|
||||||
url: "https://www.reddit.com/r/selfhosted/"
|
url: "https://www.reddit.com/r/selfhosted/"
|
||||||
target: "_blank" # optionnal html a tag target attribute
|
target: "_blank" # optionnal html a tag target attribute
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
If you choose to fetch message information from an endpoint, the output format should be:
|
If you choose to fetch message information from an endpoint, the output format should be:
|
||||||
|
@ -7,14 +7,15 @@ module.exports = {
|
|||||||
.loader("raw-loader")
|
.loader("raw-loader")
|
||||||
.end();
|
.end();
|
||||||
},
|
},
|
||||||
|
publicPath: "",
|
||||||
pwa: {
|
pwa: {
|
||||||
manifestPath: "assets/manifest.json",
|
manifestPath: "assets/manifest.json",
|
||||||
iconPaths: {
|
iconPaths: {
|
||||||
favicon32: 'assets/icons/favicon-32x32.png',
|
favicon32: "assets/icons/favicon-32x32.png",
|
||||||
favicon16: 'assets/icons/favicon-16x16.png',
|
favicon16: "assets/icons/favicon-16x16.png",
|
||||||
appleTouchIcon: 'assets/icons/apple-touch-icon-152x152.png',
|
appleTouchIcon: "assets/icons/apple-touch-icon-152x152.png",
|
||||||
maskIcon: 'assets/icons/safari-pinned-tab.svg',
|
maskIcon: "assets/icons/safari-pinned-tab.svg",
|
||||||
msTileImage: 'assets/icons/msapplication-icon-144x144.png'
|
msTileImage: "assets/icons/msapplication-icon-144x144.png",
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user