Change old /archive/* links to /daily/*

This commit is contained in:
Oliver Davies 2024-12-19 20:26:33 +00:00
parent 661669f2a5
commit 538141466c
406 changed files with 457 additions and 457 deletions

View file

@ -3,11 +3,11 @@ title: >
Introducing feature flags to "build-configs"
pubDate: 2023-04-17
permalink: >-
archive/2023/04/17/introducing-feature-flags-to-build-configs
daily/2023/04/17/introducing-feature-flags-to-build-configs
tags: []
---
Yesterday, I wanted to make a breaking change to my [build-configs project]({{site.url}}/archive/2023/03/04/why-i-built-a-tool-to-generate-configuration-files) - changing the default database credentials that are used by Docker Compose.
Yesterday, I wanted to make a breaking change to my [build-configs project]({{site.url}}/daily/2023/03/04/why-i-built-a-tool-to-generate-configuration-files) - changing the default database credentials that are used by Docker Compose.
As I have several projects based on generated files by the tool, changing the values could cause issues in those projects in the future and this is something that I wanted to avoid.