Skip to content

Commit

Permalink
restructuring and tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
tideorg committed Nov 25, 2024
1 parent b3a84b3 commit b601edb
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # This is the root of your repo where your files are located
app_location: "/testapp" # This is the root of your repo where your files are located
api_location: "" # No separate API
output_location: "/" # Deploy all files from the root directory to the website root
###### End of Repository/Build Configurations ######
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions index.html → testapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta http-equiv="Content-Security-Policy" content="default-src *; style-src * 'unsafe-inline'; frame-src *; connect-src *;">

<!-- Link to external CSS file -->
<link rel="stylesheet" href="../test/styles.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>

Expand Down Expand Up @@ -42,7 +42,7 @@ <h1 class="heading">Welcome to TideCloak Test Application</h1>
<p id="message" class="message"></p>

<!-- Link to the external JavaScript file -->
<script src="../test/keycloak.js"></script>
<script src="../test/script.js"></script>
<script src="js/keycloak.js"></script>
<script src="js/script.js"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b601edb

Please sign in to comment.