refactor: update Elysia initialization with API prefix and fix API destination in Next.js config
feat: add targetId for Pixiv and Twitter uploads in post routes style: adjust filter container margin and button styles for improved layout
This commit is contained in:
parent
dfe425e033
commit
c6fa45bbc0
4 changed files with 7 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ const nextConfig: NextConfig = {
|
|||
return [
|
||||
{
|
||||
source: '/api/:path*',
|
||||
destination: `${process.env.API_BASE_URL}/:path*`,
|
||||
destination: `${process.env.API_BASE_URL}/api/:path*`,
|
||||
},
|
||||
];
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue