Skip to content

Commit 4fc9f22

Browse files
committed
remove fly, coolify is king
1 parent b5c3ac0 commit 4fc9f22

File tree

4 files changed

+0
-103
lines changed

4 files changed

+0
-103
lines changed

.github/workflows/fly-deploy.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 54 deletions
This file was deleted.

fly.toml

Lines changed: 0 additions & 21 deletions
This file was deleted.

next.config.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ const nextConfig = {
2626
},
2727
],
2828
},
29-
async redirects() {
30-
return [
31-
{
32-
source: '/account',
33-
destination: 'https://my.mikandev.com/',
34-
permanent: true,
35-
},
36-
]
37-
}
3829
};
3930

4031
module.exports = nextConfig;

0 commit comments

Comments
 (0)