feat(editor): Update templates links (#9024)

This commit is contained in:
Milorad FIlipović
2024-04-03 11:37:50 +02:00
committed by कारतोफ्फेलस्क्रिप्ट™
parent aac77e1668
commit 4619dec285
6 changed files with 27 additions and 27 deletions

View File

@@ -187,7 +187,7 @@ export const routes = [
beforeEnter: (_to, _from, next) => {
const templatesStore = useTemplatesStore();
if (!templatesStore.hasCustomTemplatesHost) {
window.location.href = templatesStore.getWebsiteTemplateRepositoryURL;
window.location.href = templatesStore.websiteTemplateRepositoryURL;
} else {
next();
}