fix: moved menu name and hotkey for site rendering

This commit is contained in:
2026-02-19 23:08:11 +01:00
parent 0d66939eb7
commit 22cb63e0a7
2 changed files with 10 additions and 1 deletions

View File

@@ -120,7 +120,7 @@ export const APP_MENU_GROUPS: AppMenuGroupDefinition[] = [
{ label: 'Reindex Search Text', action: 'reindexText' },
{ label: '', action: 'blog-separator-3', separator: true },
{ label: 'Metadata Diff Tool', action: 'metadataDiff' },
{ label: 'Generate Sitemap', action: 'generateSitemap' },
{ label: 'Render Site', action: 'generateSitemap', accelerator: 'CmdOrCtrl+R' },
],
},
{