Еще правки с урлами и верстка

This commit is contained in:
Primakov Alexandr Alexandrovich
2025-03-12 00:37:32 +03:00
parent dd589790c2
commit b5301f948a
10 changed files with 41 additions and 56 deletions

View File

@@ -16,7 +16,7 @@
// Для локальной разработки
// Если путь заканчивается на слеш или на /questioneer, добавляем /static
if (pathname.endsWith('/') || pathname.endsWith('/questioneer')) {
return pathname + 'static';
return pathname + '/static';
} else {
return pathname + '/static';
}