|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | 7 | <base href="/" /> |
8 | 8 | <link rel="icon" type="image/png" href="Logo.png" /> |
9 | | - <link rel="preconnect" href="https://fonts.googleapis.com"> |
10 | | - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
11 | | - <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet"> |
12 | | - <link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" /> |
13 | | - <link href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" rel="stylesheet"> |
14 | | - <link href="_content/Tizzani.MudBlazor.HtmlEditor/MudHtmlEditor.css" rel="stylesheet" /> |
15 | | - <link rel="stylesheet" href="app.css" /> |
16 | | - <link href="LuminaryVisuals.styles.css" rel="stylesheet" /> |
17 | | - <script src="https://rawcdn.githack.com/nextapps-de/spotlight/0.7.8/dist/spotlight.bundle.js"></script> |
| 9 | + <link rel="preconnect" href="@Assets["https://fonts.googleapis.com"]"> |
| 10 | + <link rel="preconnect" href="@Assets["https://fonts.gstatic.com"]" crossorigin> |
| 11 | + <link href="@Assets["https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"]" rel="stylesheet"> |
| 12 | + <link href="@Assets["_content/MudBlazor/MudBlazor.min.css"]" rel="stylesheet" /> |
| 13 | + <link href="@Assets["https://use.fontawesome.com/releases/v5.14.0/css/all.css"]" rel="stylesheet"> |
| 14 | + <link href="@Assets["_content/Tizzani.MudBlazor.HtmlEditor/MudHtmlEditor.css"]" rel="stylesheet" /> |
| 15 | + <link href="@Assets["app.css"]" rel="stylesheet" /> |
| 16 | + <link href="@Assets[" LuminaryVisuals.styles.css"]" rel="stylesheet" /> |
| 17 | + |
| 18 | + <ImportMap /> |
18 | 19 | <HeadOutlet @rendermode="RenderModeForPage" /> |
19 | 20 | <PageTitle>Luminary Visuals Management</PageTitle> |
20 | 21 | </head> |
|
27 | 28 | <script src="_content/Tizzani.MudBlazor.HtmlEditor/quill-blot-formatter.min.js"></script> <!-- optional; for image resize --> |
28 | 29 | <script src="https://js-de.sentry-cdn.com/3d017756cd2623df347b8da6db1a0359.min.js" crossorigin="anonymous"></script> |
29 | 30 | <script src="functions.js"></script> |
| 31 | + <script src="https://rawcdn.githack.com/nextapps-de/spotlight/0.7.8/dist/spotlight.bundle.js"></script> |
30 | 32 |
|
31 | 33 | </body> |
32 | 34 |
|
|
0 commit comments