mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #98] [MERGED] fix: resolve Next.js warnings and SVG path errors #184
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/98
Author: @michelroegl-brunner
Created: 10/10/2025
Status: ✅ Merged
Merged: 10/10/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/small_fixes📝 Commits (2)
e0d7ba4fix: move viewport metadata to separate export9d34785fix: resolve Next.js warnings and SVG path errors📊 Changes
3 files changed (+32 additions, -3 deletions)
View changed files
📝
next.config.js(+24 -0)📝
src/app/_components/CategorySidebar.tsx(+1 -1)📝
src/app/layout.tsx(+7 -2)📄 Description
Summary
This PR resolves several Next.js warnings and fixes SVG path errors in the application.
Changes Made
🔧 Next.js Viewport Warning Fix
src/app/layout.tsx🎨 SVG Path Error Fix
src/app/_components/CategorySidebar.tsxA6 6 0 1721 9ztoA6 6 0 1 0 21 9z(added missing arc flags)🌐 Cross-Origin Request Warning Fix
next.config.jsallowedDevOriginsconfiguration supporting all private network ranges:Benefits
Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.