Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Feb 7, 2025
2 parents cf32a50 + 8bdd72c commit 11fdbca
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions changelog/v1.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"children": {
"fixes": ["Fix /file/[id] 500 issue."]
},
"date": "2025-02-06",
"version": "1.51.11"
},
{
"children": {
"fixes": ["Fix provider 500 issue."]
},
"date": "2025-02-06",
"version": "1.51.10"
},
{
"children": {
"improvements": ["Update edtion tag display and improve prerender."]
Expand Down
2 changes: 0 additions & 2 deletions src/app/[variants]/(main)/files/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ export default ({ children }: PropsWithChildren) => {

return children;
};

export const dynamic = 'force-static';
2 changes: 2 additions & 0 deletions src/app/[variants]/(main)/settings/provider/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ const ProviderSettingsLayout = ({ children, ...res }: PropsWithChildren) => {
ProviderSettingsLayout.displayName = 'ProviderSettingsLayout';

export default ProviderSettingsLayout;

export const dynamic = 'auto';

0 comments on commit 11fdbca

Please sign in to comment.