diff --git a/app.js b/app.js index 799e808..03b1218 100644 --- a/app.js +++ b/app.js @@ -178,7 +178,7 @@ app.get('/about-rayai', (req, res) => { const aboutContentHtml = marked(data); // Convert markdown to HTML - res.render('about', { + res.render('about-rayai', { title: `About RayAI`, content: aboutContentHtml, menuItems // Pass the menu items to the view