Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
rommguy committed Mar 2, 2024
1 parent 7453f68 commit 53ad6e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions exampleDist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React custom scroll demo</title>
<script type="module" crossorigin src="/assets/index-rqLGU3r-.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-dq_QFCS8.css">
<script type="module" crossorigin src="/exampleDist/assets/index-xSTDjhsN.js"></script>
<link rel="stylesheet" crossorigin href="/exampleDist/assets/index-dq_QFCS8.css">
</head>
<body>
<div id="root"></div>
Expand Down
1 change: 1 addition & 0 deletions exampleDist/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React custom scroll demo</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig(({ mode }) => {
return {
plugins: [react()],
build: { outDir: "exampleDist" },
publicDir: "exampleDist",
base: "exampleDist",
};
}

Expand Down

0 comments on commit 53ad6e8

Please sign in to comment.