Update all references across source files, config, and docs — including page titles, app name, package name, Electron window title, and release asset URLs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
204 B
JavaScript
9 lines
204 B
JavaScript
import StandaloneShell from '@/components/StandaloneShell';
|
|
|
|
export const metadata = {
|
|
title: 'Studio — Open Generative AI',
|
|
};
|
|
|
|
export default function StudioPage() {
|
|
return <StandaloneShell />;
|
|
}
|