File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ const inter = Inter({ subsets: ["latin"] });
77export const metadata : Metadata = {
88 title : "StreetSweep" ,
99 description : "Generate optimized bike routes" ,
10+ icons : {
11+ icon : "/icon.svg" ,
12+ } ,
1013} ;
1114
1215export default function RootLayout ( {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<Container version =" 2" >
33 <Name >StreetSweep</Name >
4- <Repository >bigtimber /street-sweep:latest</Repository >
5- <Registry >https://hub.docker.com/r/bigtimber /street-sweep/</Registry >
4+ <Repository >chadbeaudin /street-sweep:latest</Repository >
5+ <Registry >https://hub.docker.com/r/chadbeaudin /street-sweep/</Registry >
66 <Network >bridge</Network >
77 <MyIP />
88 <Shell >sh</Shell >
99 <Privileged >false</Privileged >
10- <Support >https://github.com/bigtimber/StreetSweep /issues</Support >
11- <Project >https://github.com/bigtimber/StreetSweep </Project >
10+ <Support >https://github.com/chadbeaudin/street-sweep /issues</Support >
11+ <Project >https://github.com/chadbeaudin/street-sweep </Project >
1212 <Overview >StreetSweep is an application for generating optimized bike routes to ensure 100% street coverage within a specified area with minimal backtracking and redundancy.</Overview >
1313 <Category >Tools:Utilities Network:Web Mapper:Biking</Category >
14- <WebUI >http://[IP]:[PORT:3888]/ </WebUI >
14+ <WebUI >http://[IP]:[PORT:3888]</WebUI >
1515 <TemplateURL />
16- <Icon >https://raw.githubusercontent. com/bigtimber/StreetSweep /main/app/icon.svg</Icon >
16+ <Icon >https://github. com/chadbeaudin/street-sweep/raw/refs/heads /main/app/icon.svg</Icon >
1717 <ExtraParams />
1818 <PostArgs />
1919 <CPUset />
You can’t perform that action at this time.
0 commit comments