Skip to content

Commit

Permalink
fix dist
Browse files Browse the repository at this point in the history
  • Loading branch information
elsad3631 committed Mar 25, 2024
1 parent 12d4e3c commit 17eca44
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ 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: "/dist" # App source code path
app_location: "" # App source code path
api_location: "" # Api source code path - optional
output_location: "" # Built app content directory - optional
output_location: "/dist" # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lerna-debug.log*

node_modules
.DS_Store
# dist
dist
dist-ssr
coverage
*.local
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

<head>
<meta charset="UTF-8">
<meta name="description" content="Metronic Vue Demo" />
<meta name="description" content="Il Lattoniere" />
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700">
<link rel="stylesheet" href="/splash-screen.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Metronic | Vue Demo</title>
<title>Il Lattoniere</title>
</head>

<body class="page-loading">
Expand All @@ -32,8 +32,8 @@

<!--begin::Loading markup-->
<div id="splash-screen" class="splash-screen">
<img src="/media/logos/default-dark.svg" class="dark-logo" alt="Metronic dark logo" />
<img src="/media/logos/default.svg" class="light-logo" alt="Metronic light logo" />
<img src="/media/logos/IlLattoniereSrl-B1-sito.png" class="dark-logo" alt="Il Lattoniere dark logo" />
<img src="/media/logos/IlLattoniereSrl-B1-sito.png" class="light-logo" alt="Il Lattoniere light logo" />
<span>Loading ...</span>
</div>
<!--end::Loading markup-->
Expand Down

0 comments on commit 17eca44

Please sign in to comment.