Skip to content

Commit f600330

Browse files
committed
deploy: ee2a762
1 parent 581e6fb commit f600330

24 files changed

+102
-2899
lines changed

.github/workflow/deploy.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 24 deletions
This file was deleted.

.nojekyll

Whitespace-only changes.
File renamed without changes.

README.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
File renamed without changes.

assets/index-BvmW-QiE.js

Lines changed: 99 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-DPmfUaws.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eslint.config.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<meta name="twitter:title" content="GraphScript">
2222
<meta name="twitter:description" content="GraphScript is a general-purpose visual scripting editor that lets you build logic by connecting visual nodes. No code, just flow.">
2323
<meta name="twitter:image" content="https://github.com/GraphScript-Labs/.github/blob/main/Banner.png?raw=true">
24+
<script type="module" crossorigin src="/assets/index-BvmW-QiE.js"></script>
25+
<link rel="stylesheet" crossorigin href="/assets/index-DPmfUaws.css">
2426
</head>
2527
<body>
2628
<div id="root"></div>
@@ -31,6 +33,5 @@
3133
});
3234
</script>
3335

34-
<script type="module" src="/src/main.jsx"></script>
3536
</body>
3637
</html>

0 commit comments

Comments
 (0)