fix docker build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-02-25 01:23:39 +01:00
parent de0480de5b
commit a2787c9897
12 changed files with 8 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import { readFile, writeFile } from 'node:fs/promises'
import { join } from 'node:path'
import yaml from 'yaml'
const dataDir = join(process.cwd(), 'data')
const dataDir = join(process.cwd(), 'site')
const cache = new Map<string, { data: unknown; mtime: number }>()