diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-13 09:04:18 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-13 09:44:25 +0200 |
| commit | 0c6aad8d28d9398dc36c70149e221f3af62203cc (patch) | |
| tree | 82feb54ad7f30d39be2d28b8a3a111a4d7698f76 /CHANGELOG.md | |
| parent | 69e11ac3fa82228ee544cc5423f344d84d1569f8 (diff) | |
| download | gohugo-theme-ed-0c6aad8d28d9398dc36c70149e221f3af62203cc.tar.gz | |
Replace Go script with Node.js implementation
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d955eb8..fb46543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 script for `server` in `package.json`. This change addresses a deprecation warning introduced in Hugo v0.114.0, ensuring compatibility with future versions of Hugo. +- Replace Go script with Node.js implementation for Netlify redirects patching + for Deploy Preview context. This change aims to eliminate the dependency on Go + for the theme's development environment, and streamline the project's technology + stack. ### Fixed |
