mirror of
https://github.com/wekan/wekan.git
synced 2026-02-17 13:38:07 +01:00
Admin Panel/Settings/Layout, for PWA: Custom head meta, link, icons, assetlinks.json, site.webmanifest.
Thanks to xet7 !
This commit is contained in:
parent
dace6b78c0
commit
b5a13f0206
16 changed files with 1016 additions and 3 deletions
|
|
@ -48,6 +48,10 @@ import './migrations/comprehensiveBoardMigration';
|
|||
|
||||
// Import file serving routes
|
||||
import './routes/universalFileServer';
|
||||
import './routes/customHeadAssets';
|
||||
|
||||
// Import server-side custom head rendering
|
||||
import './lib/customHeadRender';
|
||||
|
||||
// Note: Automatic migrations are disabled - migrations only run when opening boards
|
||||
// import './boardMigrationDetector';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue