Skip to content

Commit

Permalink
chore: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Mar 15, 2024
1 parent 0a2eaff commit 6abd699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/runtime/routes/scalar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default eventHandler((event) => {
<script
id="api-reference"
data-url="/_nitro/openapi.json"
data-proxy-url="https://api.scalar.com/request-proxy"></script>
data-proxy-url="https://api.scalar.com/request-proxy"
></script>
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script>
</body>
</html>`;
Expand All @@ -31,8 +32,7 @@ function html(str, ...args) {
return String.raw(str, ...args);
}

const customTheme =
`/* basic theme */
const customTheme = `/* basic theme */
.light-mode,
.light-mode .dark-mode {
--theme-background-1: #fff;
Expand Down Expand Up @@ -184,4 +184,4 @@ const customTheme =
}
.section-container:nth-of-type(2) {
overflow: hidden;
}`
}`;

0 comments on commit 6abd699

Please sign in to comment.