Skip to content

Commit

Permalink
Merge pull request #13 from AndronixApp/dev
Browse files Browse the repository at this point in the history
fix: renamed blog files
  • Loading branch information
imprakharshukla authored May 13, 2023
2 parents 26e3c03 + 50ebf95 commit 1bc14a7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
18 changes: 14 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ const withNextra = require('nextra')({
async redirects() {
return [
{
source: 'blog/v7-0',
source: '/blog/v7-0/',
destination: '/blog/andronix-v7',
permanent: true,
},
{
source: 'blog/v6-0',
source: '/blog/v6-0/',
destination: '/blog/andronix-v6',
permanent: true,
},
{
source: 'blog/andronix-termux-and-f-droid/',
source: '/blog/andronix-termux-and-f-droid/',
destination: '/blog/andronix-termux-and-f-droid',
permanent: true,
},
Expand Down
4 changes: 2 additions & 2 deletions pages/blog/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"andronix-termux-and-f-droid": "Andronix, Termux and F-Droid",
"andronix-v6": "Andronix 6.0: A New Beginning",
"andronix-v7": "Andronix 7.0: Refresh"
"v6-0": "Andronix 6.0: A New Beginning",
"v7-0": "Andronix 7.0: Refresh"
}
File renamed without changes.
File renamed without changes.

1 comment on commit 1bc14a7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.