Loading Netlify dashboard…

Skip to main content

Deploy details

Published deploy for sleepy-colden-6ddb2b

remove sitemap.xml it was removed because the articles are not in local anymore

Production: main@c65c44c

Deploy log

Initializing

Complete
2:11:42 PM: Build ready to start
2:11:43 PM: build-image version: 50f2c07b4ff67fac131b5b345ef7efb7e0ab9dac (focal)
2:11:43 PM: buildbot version: 3c77419a32191e587913c896861b4b2804c7fa10
2:11:44 PM: Fetching cached dependencies
2:11:44 PM: Starting to download cache of 276.6MB
2:11:48 PM: Finished downloading cache in 3.866s
2:11:48 PM: Starting to extract cache
2:11:49 PM: Finished extracting cache in 1.685s
2:11:49 PM: Finished fetching cache in 5.611s
2:11:49 PM: Starting to prepare the repo for build
2:11:49 PM: Preparing Git Reference refs/heads/main
2:11:50 PM: Custom build command detected. Proceeding with the specified command: "npm run build"
2:11:51 PM: Starting to install dependencies
2:11:51 PM: Python version set to 3.8
2:11:51 PM: Attempting Ruby version 2.7.2, read from environment
2:11:51 PM: Using Ruby version 2.7.2
2:11:52 PM: Started restoring cached go cache
2:11:52 PM: Finished restoring cached go cache
2:11:52 PM: Installing Go version 1.16.5 (requested 1.16.5)
2:11:57 PM: go version go1.16.5 linux/amd64
2:11:58 PM: Using PHP version 8.0
2:11:58 PM: Started restoring cached Node.js version
2:11:59 PM: Finished restoring cached Node.js version
2:12:00 PM: v16.20.2 is already installed.
2:12:00 PM: Now using node v16.20.2 (npm v8.19.4)
2:12:00 PM: Enabling Node.js Corepack
2:12:00 PM: Started restoring cached build plugins
2:12:00 PM: Finished restoring cached build plugins
2:12:00 PM: Started restoring cached corepack dependencies
2:12:00 PM: Finished restoring cached corepack dependencies
2:12:00 PM: Started restoring cached yarn cache
2:12:01 PM: Finished restoring cached yarn cache
2:12:02 PM: Installing Yarn version 1.22.10
2:12:02 PM: Preparing yarn@1.22.10 for immediate activation...
2:12:03 PM: No yarn workspaces detected
2:12:03 PM: Started restoring cached node modules
2:12:03 PM: Finished restoring cached node modules
2:12:03 PM: Installing npm packages using Yarn version 1.22.10
2:12:03 PM: yarn install v1.22.10
2:12:03 PM: [1/4] Resolving packages...
2:12:03 PM: success Already up-to-date.
2:12:03 PM: Done in 0.12s.
2:12:03 PM: npm packages installed using Yarn
2:12:04 PM: Install dependencies script success
2:12:04 PM: Starting build script
2:12:05 PM: Detected 1 framework(s)
2:12:05 PM: "svelte-kit" at version "1.0.0-next.241"
2:12:05 PM: Section completed: initializing

Building

Complete
2:12:06 PM: Netlify Build
2:12:06 PM: ────────────────────────────────────────────────────────────────
2:12:06 PM:
2:12:06 PM: ❯ Version
2:12:06 PM: @netlify/build 29.24.0
2:12:06 PM:
2:12:06 PM: ❯ Flags
2:12:06 PM: baseRelDir: true
2:12:06 PM: buildId: 653d169ebea73f0008d9a708
2:12:06 PM: deployId: 653d169ebea73f0008d9a70b
2:12:06 PM:
2:12:06 PM: ❯ Current directory
2:12:06 PM: /opt/build/repo
2:12:06 PM:
2:12:06 PM: ❯ Config file
2:12:06 PM: /opt/build/repo/netlify.toml
2:12:06 PM:
2:12:06 PM: ❯ Context
2:12:06 PM: production
2:12:06 PM:
2:12:06 PM: build.command from netlify.toml
2:12:06 PM: ────────────────────────────────────────────────────────────────
2:12:06 PM: ​
2:12:06 PM: $ npm run build
2:12:07 PM: > blog@0.0.1 build
2:12:07 PM: > svelte-kit build
2:12:07 PM: vite v2.7.13 building for production...
2:12:07 PM: transforming...
2:12:07 PM: 2:12:07 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:21:1 Unused CSS selector ".blog-title"
2:12:07 PM: 19: padding-left: 0;
2:12:07 PM: 20: }
2:12:07 PM: 21: .blog-title {
2:12:07 PM: ^
2:12:07 PM: 22: width: 100%;
2:12:07 PM: 23: padding-bottom: 40px;
2:12:07 PM: 2:12:07 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:33:1 Unused CSS selector ".top-post > img"
2:12:07 PM: 31: }
2:12:07 PM: 32:
2:12:07 PM: 33: .top-post > img {
2:12:07 PM: ^
2:12:07 PM: 34: width: 65%;
2:12:07 PM: 35: }
2:12:07 PM: 2:12:07 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:41:1 Unused CSS selector ".post-details > h3"
2:12:07 PM: 39: }
2:12:07 PM: 40:
2:12:07 PM: 41: .post-details > h3 {
2:12:07 PM: ^
2:12:07 PM: 42: font-weight: 600;
2:12:07 PM: 43: margin: 10px 0;
2:12:07 PM: 2:12:07 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:47:1 Unused CSS selector ".post-details > h6"
2:12:07 PM: 45: }
2:12:07 PM: 46:
2:12:07 PM: 47: .post-details > h6 {
2:12:07 PM: ^
2:12:07 PM: 48: font-size: 0.9rem;
2:12:07 PM: 49: font-weight: 600;
2:12:07 PM: 2:12:07 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:58:1 Unused CSS selector ".top-post-details > h3"
2:12:07 PM: 56: }
2:12:07 PM: 57:
2:12:07 PM: 58: .top-post-details > h3 {
2:12:07 PM: ^
2:12:07 PM: 59: font-size: 1.6rem;
2:12:07 PM: 60: }
2:12:07 PM: 2:12:07 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:62:1 Unused CSS selector ".other-posts"
2:12:07 PM: 60: }
2:12:07 PM: 61:
2:12:07 PM: 62: .other-posts {
2:12:07 PM: ^
2:12:07 PM: 63: width: 100%;
2:12:07 PM: 64: display: flex;
2:12:07 PM: 2:12:07 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:69:1 Unused CSS selector ".other-post"
2:12:07 PM: 67: }
2:12:07 PM: 68:
2:12:07 PM: 69: .other-post {
2:12:07 PM: ^
2:12:07 PM: 70: /* width: 30%; */
2:12:07 PM: 71: height: 100%;
2:12:07 PM: 2:12:07 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:74:1 Unused CSS selector ".other-post > img"
2:12:07 PM: 72: }
2:12:07 PM: 73:
2:12:07 PM: 74: .other-post > img {
2:12:07 PM: ^
2:12:07 PM: 75: width: 100%;
2:12:07 PM: 76: }
2:12:07 PM: 2:12:07 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:82:1 Unused CSS selector ".bio > img"
2:12:07 PM: 80: }
2:12:07 PM: 81:
2:12:07 PM: 82: .bio > img {
2:12:07 PM: ^
2:12:07 PM: 83: width: 40px;
2:12:07 PM: 84: border-radius: 100%;
2:12:08 PM: 2:12:08 PM [vite-plugin-svelte] /opt/build/repo/src/components/Nav.svelte:2:13 Nav has unused export property "segment". If it is for external reference only, please consider using `export const segment`
2:12:08 PM: 1: <script>
2:12:08 PM: 2: export let segment;
2:12:08 PM: ^
2:12:08 PM: 3: import { page } from "$app/stores";
2:12:08 PM: 4: </script>
2:12:08 PM: 2:12:08 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:2:1 Unused CSS selector ".blog-title"
2:12:08 PM: 1: <style>
2:12:08 PM: 2: .blog-title {
2:12:08 PM: ^
2:12:08 PM: 3: width: 100%;
2:12:08 PM: 4: padding-bottom: 40px;
2:12:08 PM: 2:12:08 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:8:1 Unused CSS selector ".top-post"
2:12:08 PM: 6: }
2:12:08 PM: 7:
2:12:08 PM: 8: .top-post {
2:12:08 PM: ^
2:12:08 PM: 9: width: 100%;
2:12:08 PM: 10: padding-top: 25px;
2:12:08 PM: 2:12:08 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:14:1 Unused CSS selector ".top-post > img"
2:12:08 PM: 12: }
2:12:08 PM: 13:
2:12:08 PM: 14: .top-post > img {
2:12:08 PM: ^
2:12:08 PM: 15: width: 65%;
2:12:08 PM: 16: }
2:12:08 PM: 2:12:08 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:24:1 Unused CSS selector ".post-details > h3"
2:12:08 PM: 22: }
2:12:08 PM: 23:
2:12:08 PM: 24: .post-details > h3 {
2:12:08 PM: ^
2:12:08 PM: 25: font-weight: 600;
2:12:08 PM: 26: margin: 10px 0;
2:12:08 PM: 2:12:08 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:30:1 Unused CSS selector ".post-details > h6"
2:12:08 PM: 28: }
2:12:08 PM: 29:
2:12:08 PM: 30: .post-details > h6 {
2:12:08 PM: ^
2:12:08 PM: 31: font-size: 0.9rem;
2:12:08 PM: 32: font-weight: 600;
2:12:08 PM: 2:12:08 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:36:1 Unused CSS selector ".top-post-details"
2:12:08 PM: 34: }
2:12:08 PM: 35:
2:12:08 PM: 36: .top-post-details {
2:12:08 PM: ^
2:12:08 PM: 37: width: 35%;
2:12:08 PM: 38: margin-top: 30px;
2:12:08 PM: 2:12:08 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:42:1 Unused CSS selector ".top-post-details > h3"
2:12:08 PM: 40: }
2:12:08 PM: 41:
2:12:08 PM: 42: .top-post-details > h3 {
2:12:08 PM: ^
2:12:08 PM: 43: font-size: 1.6rem;
2:12:08 PM: 44: }
2:12:08 PM: 2:12:08 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:46:1 Unused CSS selector ".other-posts"
2:12:08 PM: 44: }
2:12:08 PM: 45:
2:12:08 PM: 46: .other-posts {
2:12:08 PM: ^
2:12:08 PM: 47: width: 100%;
2:12:08 PM: 48: display: flex;
2:12:08 PM: 2:12:08 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:58:1 Unused CSS selector ".other-post > img"
2:12:08 PM: 56: }
2:12:08 PM: 57:
2:12:08 PM: 58: .other-post > img {
2:12:08 PM: ^
2:12:08 PM: 59: width: 100%;
2:12:08 PM: 60: }
2:12:08 PM: 2:12:08 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:66:1 Unused CSS selector ".bio > img"
2:12:08 PM: 64: }
2:12:08 PM: 65:
2:12:08 PM: 66: .bio > img {
2:12:08 PM: ^
2:12:08 PM: 67: width: 40px;
2:12:08 PM: 68: border-radius: 100%;
2:12:09 PM: 424 modules transformed.
2:12:09 PM: rendering chunks...
2:12:10 PM: .svelte-kit/output/client/_app/manifest.json 2.23 KiB
2:12:10 PM: .svelte-kit/output/client/_app/pages/__error.svelte-caaaa461.js 1.14 KiB / gzip: 0.66 KiB
2:12:10 PM: .svelte-kit/output/client/_app/pages/__layout.svelte-af6185f1.js 5.38 KiB / gzip: 2.03 KiB
2:12:10 PM: .svelte-kit/output/client/_app/pages/about.svelte-6c3540c9.js 4.67 KiB / gzip: 1.59 KiB
2:12:10 PM: .svelte-kit/output/client/_app/pages/index.svelte-b9dc66b5.js 8.45 KiB / gzip: 3.21 KiB
2:12:10 PM: .svelte-kit/output/client/_app/assets/pages/__error.svelte-153d5994.css 0.20 KiB / gzip: 0.13 KiB
2:12:10 PM: .svelte-kit/output/client/_app/assets/pages/index.svelte-65b7cdeb.css 1.79 KiB / gzip: 0.47 KiB
2:12:10 PM: .svelte-kit/output/client/_app/assets/pages/about.svelte-bc65f252.css 0.03 KiB / gzip: 0.05 KiB
2:12:10 PM: .svelte-kit/output/client/_app/pages/links.svelte-e15ab591.js 4.56 KiB / gzip: 1.57 KiB
2:12:10 PM: .svelte-kit/output/client/_app/start-b0776ab9.js 22.39 KiB / gzip: 7.55 KiB
2:12:10 PM: .svelte-kit/output/client/_app/assets/pages/__layout.svelte-06ae95b3.css 2.30 KiB / gzip: 0.73 KiB
2:12:10 PM: .svelte-kit/output/client/_app/assets/pages/links.svelte-1b011f43.css 0.40 KiB / gzip: 0.18 KiB
2:12:10 PM: .svelte-kit/output/client/_app/pages/blog/_slug_.svelte-1bdb94b8.js 18.79 KiB / gzip: 6.10 KiB
2:12:10 PM: .svelte-kit/output/client/_app/assets/pages/blog/_slug_.svelte-417ac89f.css 4.34 KiB / gzip: 1.38 KiB
2:12:10 PM: .svelte-kit/output/client/_app/chunks/vendor-40bc872c.js 1045.94 KiB / gzip: 303.30 KiB
2:12:10 PM:
2:12:10 PM: (!) Some chunks are larger than 500 KiB after minification. Consider:
2:12:10 PM: - Using dynamic import() to code-split the application
2:12:10 PM: - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/guide/en/#outputmanualchunks
2:12:10 PM: - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
2:12:10 PM: vite v2.7.13 building SSR bundle for production...
2:12:10 PM: transforming...
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:21:1 Unused CSS selector ".blog-title"
2:12:10 PM: 19: padding-left: 0;
2:12:10 PM: 20: }
2:12:10 PM: 21: .blog-title {
2:12:10 PM: ^
2:12:10 PM: 22: width: 100%;
2:12:10 PM: 23: padding-bottom: 40px;
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:33:1 Unused CSS selector ".top-post > img"
2:12:10 PM: 31: }
2:12:10 PM: 32:
2:12:10 PM: 33: .top-post > img {
2:12:10 PM: ^
2:12:10 PM: 34: width: 65%;
2:12:10 PM: 35: }
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:41:1 Unused CSS selector ".post-details > h3"
2:12:10 PM: 39: }
2:12:10 PM: 40:
2:12:10 PM: 41: .post-details > h3 {
2:12:10 PM: ^
2:12:10 PM: 42: font-weight: 600;
2:12:10 PM: 43: margin: 10px 0;
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:47:1 Unused CSS selector ".post-details > h6"
2:12:10 PM: 45: }
2:12:10 PM: 46:
2:12:10 PM: 47: .post-details > h6 {
2:12:10 PM: ^
2:12:10 PM: 48: font-size: 0.9rem;
2:12:10 PM: 49: font-weight: 600;
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:58:1 Unused CSS selector ".top-post-details > h3"
2:12:10 PM: 56: }
2:12:10 PM: 57:
2:12:10 PM: 58: .top-post-details > h3 {
2:12:10 PM: ^
2:12:10 PM: 59: font-size: 1.6rem;
2:12:10 PM: 60: }
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:62:1 Unused CSS selector ".other-posts"
2:12:10 PM: 60: }
2:12:10 PM: 61:
2:12:10 PM: 62: .other-posts {
2:12:10 PM: ^
2:12:10 PM: 63: width: 100%;
2:12:10 PM: 64: display: flex;
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:69:1 Unused CSS selector ".other-post"
2:12:10 PM: 67: }
2:12:10 PM: 68:
2:12:10 PM: 69: .other-post {
2:12:10 PM: ^
2:12:10 PM: 70: /* width: 30%; */
2:12:10 PM: 71: height: 100%;
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:74:1 Unused CSS selector ".other-post > img"
2:12:10 PM: 72: }
2:12:10 PM: 73:
2:12:10 PM: 74: .other-post > img {
2:12:10 PM: ^
2:12:10 PM: 75: width: 100%;
2:12:10 PM: 76: }
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/routes/index.svelte:82:1 Unused CSS selector ".bio > img"
2:12:10 PM: 80: }
2:12:10 PM: 81:
2:12:10 PM: 82: .bio > img {
2:12:10 PM: ^
2:12:10 PM: 83: width: 40px;
2:12:10 PM: 84: border-radius: 100%;
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/components/Nav.svelte:2:13 Nav has unused export property "segment". If it is for external reference only, please consider using `export const segment`
2:12:10 PM: 1: <script>
2:12:10 PM: 2: export let segment;
2:12:10 PM: ^
2:12:10 PM: 3: import { page } from "$app/stores";
2:12:10 PM: 4: </script>
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:2:1 Unused CSS selector ".blog-title"
2:12:10 PM: 1: <style>
2:12:10 PM: 2: .blog-title {
2:12:10 PM: ^
2:12:10 PM: 3: width: 100%;
2:12:10 PM: 4: padding-bottom: 40px;
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:8:1 Unused CSS selector ".top-post"
2:12:10 PM: 6: }
2:12:10 PM: 7:
2:12:10 PM: 8: .top-post {
2:12:10 PM: ^
2:12:10 PM: 9: width: 100%;
2:12:10 PM: 10: padding-top: 25px;
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:14:1 Unused CSS selector ".top-post > img"
2:12:10 PM: 12: }
2:12:10 PM: 13:
2:12:10 PM: 14: .top-post > img {
2:12:10 PM: ^
2:12:10 PM: 15: width: 65%;
2:12:10 PM: 16: }
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:24:1 Unused CSS selector ".post-details > h3"
2:12:10 PM: 22: }
2:12:10 PM: 23:
2:12:10 PM: 24: .post-details > h3 {
2:12:10 PM: ^
2:12:10 PM: 25: font-weight: 600;
2:12:10 PM: 26: margin: 10px 0;
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:30:1 Unused CSS selector ".post-details > h6"
2:12:10 PM: 28: }
2:12:10 PM: 29:
2:12:10 PM: 30: .post-details > h6 {
2:12:10 PM: ^
2:12:10 PM: 31: font-size: 0.9rem;
2:12:10 PM: 32: font-weight: 600;
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:36:1 Unused CSS selector ".top-post-details"
2:12:10 PM: 34: }
2:12:10 PM: 35:
2:12:10 PM: 36: .top-post-details {
2:12:10 PM: ^
2:12:10 PM: 37: width: 35%;
2:12:10 PM: 38: margin-top: 30px;
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:42:1 Unused CSS selector ".top-post-details > h3"
2:12:10 PM: 40: }
2:12:10 PM: 41:
2:12:10 PM: 42: .top-post-details > h3 {
2:12:10 PM: ^
2:12:10 PM: 43: font-size: 1.6rem;
2:12:10 PM: 44: }
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:46:1 Unused CSS selector ".other-posts"
2:12:10 PM: 44: }
2:12:10 PM: 45:
2:12:10 PM: 46: .other-posts {
2:12:10 PM: ^
2:12:10 PM: 47: width: 100%;
2:12:10 PM: 48: display: flex;
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:58:1 Unused CSS selector ".other-post > img"
2:12:10 PM: 56: }
2:12:10 PM: 57:
2:12:10 PM: 58: .other-post > img {
2:12:10 PM: ^
2:12:10 PM: 59: width: 100%;
2:12:10 PM: 60: }
2:12:10 PM: 2:12:10 PM [vite-plugin-svelte] /opt/build/repo/src/components/Post.svelte:66:1 Unused CSS selector ".bio > img"
2:12:10 PM: 64: }
2:12:10 PM: 65:
2:12:10 PM: 66: .bio > img {
2:12:10 PM: ^
2:12:10 PM: 67: width: 40px;
2:12:10 PM: 68: border-radius: 100%;
2:12:10 PM: 33 modules transformed.
2:12:10 PM: rendering chunks...
2:12:10 PM: .svelte-kit/output/server/manifest.json 1.83 KiB
2:12:10 PM: .svelte-kit/output/server/app.js 46.28 KiB
2:12:10 PM: .svelte-kit/output/server/entries/pages/__layout.svelte.js 5.80 KiB
2:12:10 PM: .svelte-kit/output/server/entries/pages/__error.svelte.js 1.05 KiB
2:12:10 PM: .svelte-kit/output/server/entries/pages/index.svelte.js 5.46 KiB
2:12:10 PM: .svelte-kit/output/server/entries/pages/about.svelte.js 2.17 KiB
2:12:10 PM: .svelte-kit/output/server/entries/pages/links.svelte.js 2.71 KiB
2:12:10 PM: .svelte-kit/output/server/entries/pages/blog/_slug_.svelte.js 15.60 KiB
2:12:10 PM: .svelte-kit/output/server/chunks/index-0d7e3173.js 3.45 KiB
2:12:10 PM: Run npm run preview to preview your production build locally.
2:12:10 PM:
2:12:10 PM: > Using @sveltejs/adapter-netlify
2:12:10 PM: ✔ done
2:12:10 PM: ​
2:12:10 PM: (build.command completed in 3.9s)
2:12:10 PM:
2:12:10 PM: Functions bundling
2:12:10 PM: ────────────────────────────────────────────────────────────────
2:12:10 PM: ​
2:12:10 PM: Packaging Functions from .netlify/functions-internal directory:
2:12:10 PM: - render.js
2:12:10 PM: ​
2:12:10 PM: ​
2:12:10 PM: (Functions bundling completed in 204ms)
2:12:10 PM:
2:12:11 PM: (Netlify Build completed in 4.5s)
2:12:12 PM: Section completed: building
2:12:16 PM: Finished processing build request in 32.059s

Deploying

Complete
2:12:10 PM: Deploy site
2:12:10 PM: ────────────────────────────────────────────────────────────────
2:12:10 PM: ​
2:12:10 PM: Starting to deploy site from "build"
2:12:10 PM: Calculating files to upload
2:12:11 PM: 0 new files to upload
2:12:11 PM: 0 new functions to upload
2:12:11 PM: Section completed: deploying
2:12:11 PM: Site deploy was successfully initiated
2:12:11 PM: ​
2:12:11 PM: (Deploy site completed in 334ms)

Cleanup

Complete
2:12:11 PM: Netlify Build Complete
2:12:11 PM: ────────────────────────────────────────────────────────────────
2:12:11 PM: ​
2:12:11 PM: Caching artifacts
2:12:11 PM: Started saving node modules
2:12:11 PM: Finished saving node modules
2:12:11 PM: Started saving build plugins
2:12:11 PM: Finished saving build plugins
2:12:11 PM: Started saving corepack cache
2:12:11 PM: Finished saving corepack cache
2:12:11 PM: Started saving yarn cache
2:12:12 PM: Finished saving yarn cache
2:12:12 PM: Started saving pip cache
2:12:12 PM: Finished saving pip cache
2:12:12 PM: Started saving emacs cask dependencies
2:12:12 PM: Finished saving emacs cask dependencies
2:12:12 PM: Started saving maven dependencies
2:12:12 PM: Finished saving maven dependencies
2:12:12 PM: Started saving boot dependencies
2:12:12 PM: Finished saving boot dependencies
2:12:12 PM: Started saving rust rustup cache
2:12:12 PM: Finished saving rust rustup cache
2:12:12 PM: Started saving go dependencies
2:12:12 PM: Finished saving go dependencies
2:12:12 PM: Build script success
2:12:13 PM: Uploading Cache of size 276.3MB
2:12:16 PM: Section completed: cleanup

Post-processing

Complete
2:12:11 PM: Post processing - redirect rules
2:12:11 PM: Post processing done
2:12:11 PM: Section completed: postprocessing
2:12:11 PM: Site is live ✨
2:12:11 PM: Starting post processing
2:12:11 PM: Skipping HTML post processing
2:12:11 PM: Post processing - header rules