fix(templates): wrong link in demo content (custom components) (#13024)

### What?

The "custom component" link in the dashboard of the website demo is
wrong:

![image](https://github.com/user-attachments/assets/ee716a87-c515-4561-932d-f1c1fcccfd5e)
This commit is contained in:
Sebastian Blank
2025-07-03 14:07:19 +02:00
committed by GitHub
parent e6b664284f
commit f70c6fe3e7
5 changed files with 7 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ export default buildConfig({
admin: {
components: {
// The `BeforeLogin` component renders a message that you see while logging into your admin panel.
// Feel free to delete this at any time. Simply remove the line below and the import `BeforeLogin` statement on line 15.
// Feel free to delete this at any time. Simply remove the line below.
beforeLogin: ['@/components/BeforeLogin'],
afterDashboard: ['@/components/AfterDashboard'],
},