mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-04-12 14:54:26 +00:00
feat(app): rename to 'vane'
This commit is contained in:
@@ -19,9 +19,8 @@ const montserrat = Montserrat({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Perplexica - Chat with the internet',
|
||||
description:
|
||||
'Perplexica is an AI powered chatbot that is connected to the internet.',
|
||||
title: 'Vane - Direct your curiosity',
|
||||
description: 'Vane is an AI powered answering engine.',
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -2,7 +2,7 @@ import { Metadata } from 'next';
|
||||
import React from 'react';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Library - Perplexica',
|
||||
title: 'Library - Vane',
|
||||
};
|
||||
|
||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||
|
||||
@@ -2,10 +2,9 @@ import type { MetadataRoute } from 'next';
|
||||
|
||||
export default function manifest(): MetadataRoute.Manifest {
|
||||
return {
|
||||
name: 'Perplexica - Chat with the internet',
|
||||
short_name: 'Perplexica',
|
||||
description:
|
||||
'Perplexica is an AI powered chatbot that is connected to the internet.',
|
||||
name: 'Vane - Direct Your Curiosity',
|
||||
short_name: 'Vane',
|
||||
description: 'Vane is an AI powered answering engine.',
|
||||
start_url: '/',
|
||||
display: 'standalone',
|
||||
background_color: '#0a0a0a',
|
||||
|
||||
@@ -2,8 +2,8 @@ import ChatWindow from '@/components/ChatWindow';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Chat - Perplexica',
|
||||
description: 'Chat with the internet, chat with Perplexica.',
|
||||
title: 'Chat - Vane',
|
||||
description: 'Chat with the internet, chat with Vane.',
|
||||
};
|
||||
|
||||
const Home = () => {
|
||||
|
||||
Reference in New Issue
Block a user