Jacky Zhao
2023-08-23 b991cf2ee8a456a15f2b566843d93a9b7a9a0c29
quartz/bootstrap-cli.mjs
@@ -219,7 +219,7 @@
      )
    }
    // get a prefered link resolution strategy
    // get a preferred link resolution strategy
    const linkResolutionStrategy = exitIfCancel(
      await select({
        message: `Choose how Quartz should resolve links in your content. You can change this later in \`quartz.config.ts\`.`,
@@ -462,6 +462,12 @@
          await serveHandler(req, res, {
            public: argv.output,
            directoryListing: false,
            headers: [
              {
                source: "**/*.html",
                headers: [{ key: "Content-Disposition", value: "inline" }],
              },
            ],
          })
          const status = res.statusCode
          const statusString =