Skip to content

Commit 8a1d3b4

Browse files
authored
Update raw.dl.astro
1 parent f4c5d20 commit 8a1d3b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • web/src/pages/dl/bincache/aarch64-linux/[family]/[package]

web/src/pages/dl/bincache/aarch64-linux/[family]/[package]/raw.dl.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export async function getStaticPaths() {
1111
return {
1212
params: {
1313
family: pkg_family,
14-
package: pkg_name,
14+
package: pkg,
1515
},
1616
props: {
1717
data: app,

0 commit comments

Comments
 (0)