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 4c12e73 commit 0c8af26Copy full SHA for 0c8af26
.github/workflows/jekyll-gh-pages.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build with Jekyll
34
uses: actions/jekyll-build-pages@v1
35
with:
36
- source: ./demo
+ source: ./demo/dist
37
destination: ./_site
38
- name: Upload artifact
39
uses: actions/upload-pages-artifact@v3
demo/vite.config.ts
@@ -0,0 +1,5 @@
1
+import { defineConfig } from 'vite';
2
+
3
+export default defineConfig({
4
+ base: '/fluent-reveal-effect/',
5
+});
0 commit comments