Skip to content

Commit

Permalink
remove fly, coolify is king
Browse files Browse the repository at this point in the history
  • Loading branch information
maamokun committed Jul 23, 2024
1 parent b5c3ac0 commit 4fc9f22
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 103 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/fly-deploy.yml

This file was deleted.

54 changes: 0 additions & 54 deletions Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions fly.toml

This file was deleted.

9 changes: 0 additions & 9 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ const nextConfig = {
},
],
},
async redirects() {
return [
{
source: '/account',
destination: 'https://my.mikandev.com/',
permanent: true,
},
]
}
};

module.exports = nextConfig;

0 comments on commit 4fc9f22

Please sign in to comment.