mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-19 03:09:14 +08:00
fix: cloudflare cache
This commit is contained in:
parent
00b089ff53
commit
811776930c
@ -4,7 +4,7 @@ import { Cache } from "#/database/cache"
|
||||
export function useCache() {
|
||||
try {
|
||||
const db = useDatabase()
|
||||
if (process.env.CF_PAGES_BRANCH && process.env.CF_PAGES_BRANCH !== "production") return
|
||||
if (process.env.CF_PAGES_BRANCH && process.env.CF_PAGES_BRANCH !== "main") return
|
||||
if (process.env.NODE_ENV && process.env.NODE_ENV !== "production") return
|
||||
if (db) return new Cache(db)
|
||||
} catch (e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user