We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56101d9 commit 92498e8Copy full SHA for 92498e8
.github/workflows/deploy-demo.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Upload artifact
67
uses: actions/upload-pages-artifact@v3
68
with:
69
- path: "./demo/dist"
+ path: demo/dist/client
70
71
# Deployment job
72
deploy:
demo/vite.config.ts
@@ -15,7 +15,7 @@ export default defineConfig(() => {
15
// Handle CommonJS modules
16
// external: ["react-copy-to-clipboard"],
17
},
18
- base: process.env.NODE_ENV === "production" ? "/react-responsive-overflow-list/" : "/",
+ base: "/react-responsive-overflow-list/",
19
resolve: {
20
// trick to avoid needing to build-watch the library when developing the demo
21
alias: {
0 commit comments