Skip to content

Commit 2ca2bc4

Browse files
committed
Clean up: Remove built assets from root, keep only source files
GitHub Actions will build and deploy from dist folder. The root should only contain source files.
1 parent 4a5cc04 commit 2ca2bc4

File tree

6 files changed

+1
-19
lines changed

6 files changed

+1
-19
lines changed
-84 KB
Binary file not shown.

assets/index-CQc4tUlj.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/index-DoSoBuDK.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

assets/index-gtutZNkS.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta name="description" content="Ammar Ahmed - Data Scientist specializing in NLP, Machine Learning, and AI Development. Portfolio showcasing projects in Credit Card Fraud Detection, Medical QA, and Film Recommendation Systems." />
88
<title>Ammar Ahmed | Data Scientist & AI Developer</title>
9-
<script type="module" crossorigin src="/assets/index-DoSoBuDK.js"></script>
10-
<link rel="stylesheet" crossorigin href="/assets/index-CQc4tUlj.css">
119
</head>
1210
<body>
1311
<div id="root"></div>
12+
<script type="module" src="/src/main.jsx"></script>
1413
</body>
1514
</html>

vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)