Skip to content

Commit 7c0d764

Browse files
fixed redirect to docs (hopefully)
1 parent c308d32 commit 7c0d764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/generation/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fn main() {
7777
7878
<script setup>
7979
if (typeof window !== 'undefined') {
80-
window.location.replace('/docs/core/')
80+
window.location.replace('/docs/core')
8181
}
8282
</script>
8383

0 commit comments

Comments
 (0)