Skip to content

Conversation

@Seesi
Copy link

@Seesi Seesi commented Oct 12, 2025

The layout references bootstrap and jquery files within dist subdirectories, but the actual folder structure in wwwroot/lib was missing these dist folders.
This caused 404 errors and left the login page unstyled.

Copilot AI review requested due to automatic review settings October 12, 2025 09:35
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes broken asset references in the layout file by correcting the paths to Bootstrap and jQuery files. The paths were incorrectly pointing to dist subdirectories that don't exist in the actual folder structure.

  • Removed /dist from Bootstrap CSS path
  • Removed /dist from jQuery and Bootstrap JavaScript paths

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Seesi
Copy link
Author

Seesi commented Oct 17, 2025

@dotnet-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant