We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e9d9d commit 19d188dCopy full SHA for 19d188d
layouts/partials/download.html
@@ -32,7 +32,7 @@
32
33
function downloadFile() {
34
const fileType = document.getElementById('fileType').value;
35
- window.location.href = fileType;
36
- window.location.download = fileType;
+ window.location.href = "generated/"+fileType;
+ window.location.download = "generated/"+fileType;
37
}
38
-</script>
+</script>
0 commit comments