mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #101] [CLOSED] url function around static resource links #594
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/101
Author: @Miniontoby
Created: 4/18/2024
Status: ❌ Closed
Base:
master← Head:feature/using_url📝 Commits (1)
9919807url function around static resource links📊 Changes
4 files changed (+7 additions, -7 deletions)
View changed files
📝
app/Extensions/Themes/Theme.php(+1 -1)📝
bootstrap/app.php(+1 -1)📝
resources/views/layouts/admin.blade.php(+3 -3)📝
resources/views/templates/wrapper.blade.php(+2 -2)📄 Description
Wrapped the static resource links in the url function to make it sync to APP_URL
This would allow later on to support running in an subfolder
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.