Skip to content

Commit

Permalink
refactor: retour
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 3, 2024
1 parent d6bbfb4 commit 4947905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/services/ServicesTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit 4947905

Please sign in to comment.