Еще правки с урлами и верстка
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
// Для локальной разработки
|
||||
// Если путь заканчивается на слеш или на /questioneer, добавляем /static
|
||||
if (pathname.endsWith('/') || pathname.endsWith('/questioneer')) {
|
||||
return pathname + 'static';
|
||||
return pathname + '/static';
|
||||
} else {
|
||||
return pathname + '/static';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user