Skip to content

Commit b7921a6

Browse files
authored
Merge pull request #2 from AlexKitipov/codex/fix-github-pages-deployment-issues
Fix GitHub Pages Vite deployment
2 parents c9953a8 + 96680c9 commit b7921a6

5 files changed

Lines changed: 3 additions & 70 deletions

File tree

.github/workflows/jekyll-docker.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/jekyll-gh-pages.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Disable Jekyll processing for GitHub Pages.

public/.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Disable Jekyll processing for GitHub Pages.

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ export default defineConfig({
66
build: {
77
outDir: 'dist',
88
},
9+
publicDir: 'public',
910
plugins: [react()],
1011
});

0 commit comments

Comments
 (0)