Skip to content

Commit

Permalink
Test netlify deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
graysonblanchard committed Sep 26, 2023
1 parent 85370e2 commit 85deca9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"appService.defaultWebAppToDeploy": "undefined/subscriptions/9015d8e1-5af2-479d-bb85-8ea04d5e1856/resourceGroups/GB-Projects-Dev/providers/Microsoft.Web/sites/gb-labyrinth",
"appService.deploySubpath": "."
}
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function App() {
<header className="App-header">
<div className='game-container'>
<div className='title-and-highscores'>
<h1 className='game-title'>Labyrinth</h1>
<h1 className='game-title'>Labyrinth Test</h1>
<HighScores highScores={[{ name: 'grayson', score: 3 }]}/>
</div>
<Board
Expand Down

0 comments on commit 85deca9

Please sign in to comment.