Fixes website build (#9606)

* fix

* add changeset

* fix hash for wrangler

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Ali Abdalla 2024-10-09 17:09:16 +08:00 committed by GitHub
parent c7f9ac2501
commit 9031324364
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
"website": minor
---
feat:Fixes website build

View File

@ -6,8 +6,6 @@
export let highlighted_code: string;
export let url_version: string;
import WHEEL from "$lib/json/wheel.json";
$: url_version;
</script>