From 49479050a95227f343e07565e20f8a06ac834a8b Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sat, 3 Feb 2024 17:45:25 -0500 Subject: [PATCH] refactor: `retour` --- docs/README.md | 4 ++-- src/services/ServicesTrait.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index efcaf6e2..80956ce1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ -# `seomatic` docs +# `retour` docs -This buildchain is a self-contained build system for the `seomatic` documentation. +This buildchain is a self-contained build system for the `retour` documentation. ## Overview diff --git a/src/services/ServicesTrait.php b/src/services/ServicesTrait.php index d7e14db5..4076f23e 100644 --- a/src/services/ServicesTrait.php +++ b/src/services/ServicesTrait.php @@ -41,7 +41,7 @@ public function __construct($id, $parent = null, array $config = []) // Dev server container name & port are based on the major version of this plugin $devPort = 3000 + (int)$majorVersion; $versionName = 'v' . $majorVersion; - // Merge in the passed config, so it our config can be overridden by Plugins::pluginConfigs['vite'] + // Merge in the passed config, so it our config can be overridden by Plugins::pluginConfigs['retour'] // ref: https://github.com/craftcms/cms/issues/1989 $config = ArrayHelper::merge([ 'components' => [