Add publishDate to make post appear in production

This commit is contained in:
2025-04-16 18:57:13 +01:00
parent 7ee0aab703
commit 1883e375a7
2 changed files with 1 additions and 2 deletions
@@ -2,6 +2,7 @@
title: "You Don't Always Need Docker!" title: "You Don't Always Need Docker!"
description: "Why using docker and other abstractions hinders your ability to learn about system administration, performance and security and makes you use services that are expensive solutions for your small or personal projects." description: "Why using docker and other abstractions hinders your ability to learn about system administration, performance and security and makes you use services that are expensive solutions for your small or personal projects."
date: 2025-04-16 date: 2025-04-16
publishDate: 2025-04-16
--- ---
## What Even Was My Problem With Docker? ## What Even Was My Problem With Docker?
-2
View File
@@ -43,7 +43,6 @@ enableRobotsTXT = true
url = '/hazem-krimi.pdf' url = '/hazem-krimi.pdf'
weight = 5 weight = 5
[[deployment.matchers]] [[deployment.matchers]]
# Cache static assets for 1 year.
pattern = "^.+\\.(js|css|svg|ttf)$" pattern = "^.+\\.(js|css|svg|ttf)$"
cacheControl = "max-age=31536000, no-transform, public" cacheControl = "max-age=31536000, no-transform, public"
gzip = true gzip = true
@@ -52,7 +51,6 @@ enableRobotsTXT = true
cacheControl = "max-age=31536000, no-transform, public" cacheControl = "max-age=31536000, no-transform, public"
gzip = false gzip = false
[[deployment.matchers]] [[deployment.matchers]]
# Set custom content type for /sitemap.xml
pattern = "^sitemap\\.xml$" pattern = "^sitemap\\.xml$"
contentType = "application/xml" contentType = "application/xml"
gzip = true gzip = true