Update build

This commit is contained in:
2025-12-13 10:49:14 +00:00
parent 654daa6c6c
commit a4e278b635
4 changed files with 7 additions and 6 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,6 +1,6 @@
# quartznet-info
Main website for quartznet.
Quartznet website.
1. `pnpm install`

View File

@@ -1,5 +1,5 @@
{
"name": "quartznet",
"name": "quartznet-info",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",

View File

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