Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
HermanNoren committed May 30, 2024
1 parent e36c911 commit 540bf3a
Show file tree
Hide file tree
Showing 7 changed files with 644 additions and 639 deletions.
119 changes: 0 additions & 119 deletions dist/assets/index-AJ7nQlm1.js

This file was deleted.

File renamed without changes.
119 changes: 119 additions & 0 deletions dist/assets/index-wS1hG18q.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<script type="module" crossorigin src="/assets/index-AJ7nQlm1.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-3Li1WzXq.css">
<script type="module" crossorigin src="/assets/index-wS1hG18q.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DcuLVbNe.css">
</head>
<body>
<div id="root"></div>
Expand Down
1,032 changes: 518 additions & 514 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.0.8"
"vite": "^5.2.12"
}
}
7 changes: 4 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
base: "/adevio",
});

0 comments on commit 540bf3a

Please sign in to comment.