We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e6aab commit df66be1Copy full SHA for df66be1
config.php
@@ -1,7 +1,7 @@
1
<?php
2
3
return [
4
- 'version' => '2.2.1',
+ 'version' => '2.2.2',
5
6
'domains' => [
7
'mtex.dev',
@@ -10,6 +10,9 @@
10
'status.mtex.dev',
11
'legal.mtex.dev',
12
'diff.mtex.dev',
13
+ 'github.mtex.dev',
14
+ 'index.mtex.dev',
15
+
16
'gimy.site',
17
'getmy.name',
18
'api.getmy.name',
index.php
@@ -70,6 +70,8 @@
70
<a href="https://legal.mtex.dev/privacy" class="footer-link">Privacy</a>
71
<span class="dot">•</span>
72
<a href="https://status.mtex.dev" class="footer-link">Status</a>
73
+ <span class="dot">•</span>
74
+ <a href="https://github.mtex.dev" class="footer-link">GitHub</a>
75
</nav>
76
77
<div class="footer-info">
0 commit comments