From 85deca9ab8b0fb625c177f0f2f68ed265fa804eb Mon Sep 17 00:00:00 2001 From: Grayson Date: Tue, 26 Sep 2023 09:26:02 -0400 Subject: [PATCH] Test netlify deployment. --- .vscode/settings.json | 4 ++++ src/App.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6651a07 --- /dev/null +++ b/.vscode/settings.json @@ -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": "." +} diff --git a/src/App.tsx b/src/App.tsx index dc11af5..99505ee 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,7 +15,7 @@ function App() {
-

Labyrinth

+

Labyrinth Test