Skip to content

Commit 1bc14a7

Browse files
Merge pull request #13 from AndronixApp/dev
fix: renamed blog files
2 parents 26e3c03 + 50ebf95 commit 1bc14a7

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

.idea/workspace.xml

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

next.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ const withNextra = require('nextra')({
44
async redirects() {
55
return [
66
{
7-
source: 'blog/v7-0',
7+
source: '/blog/v7-0/',
88
destination: '/blog/andronix-v7',
99
permanent: true,
1010
},
1111
{
12-
source: 'blog/v6-0',
12+
source: '/blog/v6-0/',
1313
destination: '/blog/andronix-v6',
1414
permanent: true,
1515
},
1616
{
17-
source: 'blog/andronix-termux-and-f-droid/',
17+
source: '/blog/andronix-termux-and-f-droid/',
1818
destination: '/blog/andronix-termux-and-f-droid',
1919
permanent: true,
2020
},

pages/blog/_meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"andronix-termux-and-f-droid": "Andronix, Termux and F-Droid",
3-
"andronix-v6": "Andronix 6.0: A New Beginning",
4-
"andronix-v7": "Andronix 7.0: Refresh"
3+
"v6-0": "Andronix 6.0: A New Beginning",
4+
"v7-0": "Andronix 7.0: Refresh"
55
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)