Skip to content

Commit ba46814

Browse files
fix: rename blogs
1 parent 27a6d88 commit ba46814

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
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
},
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)