feat: Add PWA support to subdomains (#1915)
* fix: Remove overscroll * Remove title from fixed header in PWA as it's displayed immediately above in application title
This commit is contained in:
@ -66,7 +66,8 @@ module.exports = {
|
||||
short_name: "Outline",
|
||||
background_color: "#fff",
|
||||
theme_color: "#fff",
|
||||
start_url: process.env.URL,
|
||||
start_url: "/",
|
||||
publicPath: "/static/",
|
||||
display: "standalone",
|
||||
icons: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user