mirror of
https://github.com/Alee14/personal-website.git
synced 2025-01-22 10:51:50 -05:00
Make projects load when page is loaded
This commit is contained in:
parent
c1b2794611
commit
87545a1389
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ import GitHubProjects from "../components/GitHubProjects";
|
|||
}
|
||||
</div>
|
||||
<h2><a href="https://github.com/Alee14" target="_blank">Andrew Lee GitHub Repositories</a></h2>
|
||||
<GitHubProjects client:visible username="Alee14" />
|
||||
<GitHubProjects client:load username="Alee14" />
|
||||
<h2><a href="https://github.com/alee14-projects" target="_blank">AleeCorp/Alee Productions GitHub Repositories</a></h2>
|
||||
<GitHubProjects client:visible username="alee14-projects" isOrganization />
|
||||
<GitHubProjects client:load username="alee14-projects" isOrganization />
|
||||
</main>
|
||||
</Page>
|
||||
<style>
|
||||
|
|
Loading…
Reference in a new issue