From 71f54e941b74122353d950c04c7afa1a7b887595 Mon Sep 17 00:00:00 2001
From: Andreas Deininger <adeininger@urbanonline.de>
Date: Mon, 26 May 2025 16:49:23 +0000
Subject: [PATCH] fix: make setting 'contentratio' work again (#560)
---
.devcontainer/devcontainer.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 392adce..ceaaddf 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -6,7 +6,7 @@
// Update VARIANT to pick hugo variant.
// Example variants: hugo, hugo_extended
// Rebuild the container if it already exists to update.
- "VARIANT": "hugo",
+ "VARIANT": "hugo_extended",
// Update VERSION to pick a specific hugo version.
// Example versions: latest, 0.73.0, 0,71.1
// Rebuild the container if it already exists to update.
--
Gitblit v1.10.0