-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moved the pdf from gdrive to repository. Closes #1644 #1645
Conversation
@@ -29,7 +29,7 @@ class="nav-link p-2">{{ __('layout.nav.sicp_read') }}</a></li> | |||
@endif | |||
<li class="nav-item"><a href="{{ route('top.index') }}" class="nav-link p-2">{{ __('layout.nav.rating') }}</a> | |||
</li> | |||
<li class="nav-item"><a href="{{ TemplateHelper::getBookLink($currentLocale) }}" | |||
<li class="nav-item"><a href="{{ Vite::asset("resources/assets/images/sicp-{$currentLocale}.pdf") }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@artengin тк это не images (картинки), то файлик лучше подвинуть в другое место, например в resources/pdf
@@ -29,7 +29,7 @@ class="nav-link p-2">{{ __('layout.nav.sicp_read') }}</a></li> | |||
@endif | |||
<li class="nav-item"><a href="{{ route('top.index') }}" class="nav-link p-2">{{ __('layout.nav.rating') }}</a> | |||
</li> | |||
<li class="nav-item"><a href="{{ TemplateHelper::getBookLink($currentLocale) }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
И возможно хелпер можно удалить, если он больше нигде не используется.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
у хелпера еще метод getTitleContent используется, остальное подчистил.
Добавил в ссылки target="_blank" думаю так будет удобнее пользователю
@fey Добрый день. Единственный момент, после того как я добавил в import.meta.glob строчку про /assets/pdf/, я выплнил команду "задеплоить демку" можно подробнее? |
@artengin задеплоить приложение на render.com чтобы можно было потыкать кнопочки) |
К сожалению никак не могу задеплоить, выдает ошибку: could not translate host name "database" to address: Name or service not known Вписывал в .env, то что указано в README:
Нужна помощь) |
Issues fixed #1644
Moved the SICP books from google drive to the repository.