Skip to content

Commit

Permalink
fix: Fix example project base path
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenKirschbaum committed Jun 23, 2024
1 parent 0b2dc5b commit f6ee4e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: "./",
define: {
global: "window",
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-stomp-hooks",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"publishConfig": {
"tag": "next"
},
Expand Down

0 comments on commit f6ee4e8

Please sign in to comment.