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,7 +3,7 @@ title: >
Why I built a tool to generate configuration files
pubDate: 2023-03-04
permalink: >-
archive/2023/03/04/why-i-built-a-tool-to-generate-configuration-files
daily/2023/03/04/why-i-built-a-tool-to-generate-configuration-files
---
I'm always working on various personal and client projects, and they contain a lot of the same configuration files. I exclusively use Docker and Docker Compose on all projects, I use a `justfile` for running tasks, and for PHP projects, I need configuration files for tools like PHPStan, PHPCS and PHPUnit.