Skip to content

Commit 99fd80f

Browse files
committed
fix: readme css url
1 parent b39f2a9 commit 99fd80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ function downloadBatch(array $urls) {
536536
<link href="${{`process.env.THEME_URL !== undefined ? process.env.THEME_URL : "https://cdn.jsdelivr.net/npm/[email protected]/dist/cosmo/bootstrap.min.css"`}}$" rel="stylesheet" data-turbo-eval="false">
537537
$[end]$
538538
$[ifeq env:README_RENDER true]$
539-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/adrianschubek/dir-browser@main/assets/readme/gh.css" data-turbo-eval="false"/>
539+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/adrianschubek/dir-browser@3.x/assets/readme/gh.css" data-turbo-eval="false"/>
540540
$[end]$
541541
<style data-turbo-eval="false">
542542
$[ifeq env:TRANSITION true]$

0 commit comments

Comments
 (0)