Browse Source

Fix styles path.

pull/827/head
Sebastian 4 years ago
parent
commit
1d5a5dc2e7
  1. 2
      backend/src/Squidex/Areas/IdentityServer/Views/_Layout.cshtml
  2. 2
      backend/src/Squidex/wwwroot/scripts/editor-references.html

2
backend/src/Squidex/Areas/IdentityServer/Views/_Layout.cshtml

@ -8,7 +8,7 @@
<title>@ViewBag.Title - @T.Get("common.product")</title> <title>@ViewBag.Title - @T.Get("common.product")</title>
<link rel="stylesheet" asp-append-version="true" href="@Url.RootContentUrl("~/app.css")" /> <link rel="stylesheet" asp-append-version="true" href="@Url.RootContentUrl("~/styles.css")" />
@if (IsSectionDefined("header")) @if (IsSectionDefined("header"))
{ {

2
backend/src/Squidex/wwwroot/scripts/editor-references.html

@ -7,7 +7,7 @@
<!-- Load the editor sdk from the local folder or https://cloud.squidex.io/scripts/editor-sdk.js --> <!-- Load the editor sdk from the local folder or https://cloud.squidex.io/scripts/editor-sdk.js -->
<script src="editor-sdk.js"></script> <script src="editor-sdk.js"></script>
<link rel="stylesheet" type="text/css" href="https://cloud.squidex.io/build/app.css"> <link rel="stylesheet" type="text/css" href="https://cloud.squidex.io/build/styles.css">
<style> <style>
body { body {

Loading…
Cancel
Save