Skip to content

Commit

Permalink
trying to fix for deploy, none of images are being referenced correct…
Browse files Browse the repository at this point in the history
…, but i may have fixed
  • Loading branch information
Jason-Black committed Aug 25, 2024
1 parent 1a7e0eb commit 6a609ed
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 18 deletions.
Empty file removed docs/.nojekyll
Empty file.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<link rel="manifest" href="./manifest.json" />
<title>React App</title>
<script type="module" crossorigin src="./assets/index-2229d3c1.js"></script>
<script type="module" crossorigin src="./assets/index-5f85bc7d.js"></script>
<link rel="stylesheet" href="./assets/index-80a2d37f.css">
</head>
<body>
Expand Down
5 changes: 2 additions & 3 deletions src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@


import React, { useEffect } from 'react';
import { useState } from 'react';
import { gsap } from 'gsap';
import React from 'react';

import Sidenav from './components/Sidenav';
import Main from './components/Main';
import Work from './components/Work';
Expand Down
9 changes: 0 additions & 9 deletions src/App.test.jsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ root.render(
</React.StrictMode>
);

// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();

0 comments on commit 6a609ed

Please sign in to comment.