Skip to content

Commit 6490356

Browse files
committed
fix base href
1 parent a72ebfc commit 6490356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpfconf2025/bpfconf2025.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<base id="app-base" href="/bpfconf2024/">
5+
<base id="app-base" href="/bpfconf2025/">
66
<script>
77
// If opened via file://, make relative paths resolve from this folder
88
if (location.protocol === 'file:') {

0 commit comments

Comments
 (0)