Update layout and workflow
All checks were successful
Build / build (push) Successful in 18s

This commit is contained in:
2025-12-13 10:49:14 +00:00
parent 654daa6c6c
commit f52b200600
2 changed files with 5 additions and 4 deletions

View File

@@ -29,12 +29,12 @@ jobs:
- name: Install packages
run: pnpm install
- name: Check project
run: pnpm run check
- name: Build project
run: pnpm run build
- name: Check project
run: pnpm run check
- name: Upload artifact
run: |
tar -czf build.tar.gz build

View File

@@ -1 +1,2 @@
export const prerender = true;
export const prerender = true;
export const trailingSlash = 'always';