feat: sitemap validattion
This commit is contained in:
@@ -304,6 +304,12 @@ const App: React.FC = () => {
|
||||
}) || (() => {})
|
||||
);
|
||||
|
||||
unsubscribers.push(
|
||||
window.electronAPI?.on('menu:validateSite', () => {
|
||||
openTab({ id: 'site-validation-report', type: 'site-validation', isTransient: true });
|
||||
}) || (() => {})
|
||||
);
|
||||
|
||||
unsubscribers.push(
|
||||
window.electronAPI?.on('menu:previewPost', async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user