Skip to content

Commit

Permalink
try: change the src location
Browse files Browse the repository at this point in the history
  • Loading branch information
shricodev committed Jun 5, 2024
1 parent 78f6fa6 commit 4b957ee
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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: "/src" # App source code path
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "dist" # Built app content directory - optional
###### End of Repository/Build Configurations ######
Expand Down
50 changes: 29 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Welcome to my portfolio, showcasing my expertise as a full stack and cloud developer. With experience in front-end design, back-end coding, and cloud infrastructure, I bring a versatile skill set to every project. Browse my portfolio to see my work in development field and learn how I can help bring your next project to life. Contact me today to start collaborating."
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Rajdhani:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<!-- preloading the img to speed up loading -->
<link
rel="preload"
fetchpriority="high"
as="image"
href="./src/assets/logo.webp"
type="image/webp"
/>
<title>Shrijal Acharya - shricodev</title>
</head>

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Welcome to my portfolio, showcasing my expertise as a full stack and cloud developer. With experience in front-end design, back-end coding, and cloud infrastructure, I bring a versatile skill set to every project. Browse my portfolio to see my work in development field and learn how I can help bring your next project to life. Contact me today to start collaborating.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Rajdhani:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<!-- preloading the img to speed up loading -->
<link rel="preload" fetchpriority="high" as="image" href="./src/assets/logo.webp" type="image/webp">
<title>Shrijal Acharya - shricodev</title>
</head>
<body class="leading-[1.7]">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

<body class="leading-[1.7]">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>

</html>

0 comments on commit 4b957ee

Please sign in to comment.