Skip to content

Commit 1f075bb

Browse files
committed
Static site generation
1 parent d5c7ad4 commit 1f075bb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2421
-1808
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
run: npm test
3838

3939
- name: Build
40-
run: npm run build
40+
run: npm run build:prod
4141

4242
- name: Generate sitemap
4343
run: npm run sitemap
4444

4545
- name: Upload artifact
4646
uses: actions/upload-pages-artifact@v4
4747
with:
48-
path: dist
48+
path: build/client/
4949

5050
- name: Deploy to GitHub Pages
5151
id: deployment

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/node_modules/
2-
/dist/
2+
/build/
3+
/.react-router/
34
/schemas/*.json

index.html

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

0 commit comments

Comments
 (0)