Skip to content

Commit

Permalink
deployment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jees47 committed Jul 30, 2023
1 parent 088e55c commit 7d43479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { useState } from "react";
import "./App.css";
// import CursorFollower from "./components/CursorFollower";
import CursorFollower from "./components/CursorFollower";

function App() {
const [count, setCount] = useState(0);

return (
<div className="bg-image">
{/* <CursorFollower /> */}
<CursorFollower />
</div>
);
}
Expand Down
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react'

// https://vitejs.dev/config/
export default defineConfig({
base: "/cursor-follower-chat-heads/"
plugins: [react()],
})

0 comments on commit 7d43479

Please sign in to comment.