Jacky Zhao
2024-09-15 50a78bafa53a6f99aa28911beb2d73e74c4127dd
docs: clarify prod hosting
2 files modified
8 ■■■■ changed files
docs/build.md 4 ●●●● patch | view | raw | blame | history
quartz/build.ts 4 ●●●● patch | view | raw | blame | history
docs/build.md
@@ -21,3 +21,7 @@
> - `--serve`: run a local hot-reloading server to preview your Quartz
> - `--port`: what port to run the local preview server on
> - `--concurrency`: how many threads to use to parse notes
> [!warning] Not to be used for production
> Serve mode is intended for local previews only.
> For production workloads, see the page on [[hosting]].
quartz/build.ts
@@ -163,7 +163,7 @@
  }
  const buildId = newBuildId()
  ctx.buildId = buildId
  ctx.buildId = buildId
  buildData.lastBuildMs = new Date().getTime()
  const release = await mut.acquire()
@@ -360,7 +360,7 @@
  }
  const buildId = newBuildId()
  ctx.buildId = buildId
  ctx.buildId = buildId
  buildData.lastBuildMs = new Date().getTime()
  const release = await mut.acquire()