Skip to content

Commit

Permalink
How'd I forget to do this 😭
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Dec 19, 2024
1 parent 005ecc9 commit f4db399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/FrameManager.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Icon } from 'astro-icon/components';
<script>
import { navigate } from 'astro:transitions/client';
function defineVars() {
const iframe = document.getElementById("iframe") as DieTS;
const iframe = document.getElementById("iframe") as HTMLIFrameElement;
const win = iframe.contentWindow;
//return both the iframe and the iframe's window
//Usage: [variable].iframe or [variable].win
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "astro/tsconfigs/strict",
"exclude": ["server/**/*", "dist/**/*", "node_modules/**/*", "public/**/*"],
"exclude": ["server/**/*", "dist/**/*", "node_modules/**/*", "public/**/*", "vendor/**"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit f4db399

Please sign in to comment.