Skip to content

Commit

Permalink
Merge pull request #4 from breenatheseira/dev
Browse files Browse the repository at this point in the history
Merging Version 1 to main for deployment
  • Loading branch information
breenatheseira authored Jul 4, 2024
2 parents bb7aabf + a219081 commit bc4c6ae
Show file tree
Hide file tree
Showing 33 changed files with 4,527 additions and 170 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ env:
USERNAME: ${{ github.repository_owner }}
VITE_REPO_NAME: /${{ github.event.repository.name }}/
VITE_API_URL: ${{ github.api_url }}
VITE_GITHUB_BEARER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
# Single deploy job since we're just deploying
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ dist-ssr
*.njsproj
*.sln
*.sw?
*.code-workspace
*.code-workspace

*-sample.json
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>React Community Open Source Projects</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script type="module" src="/src/app/main.jsx"></script>
</body>
</html>
Loading

0 comments on commit bc4c6ae

Please sign in to comment.