update AI page

This commit is contained in:
Raven Scott 2024-10-02 05:34:29 -04:00
parent efc8099db3
commit fbd95b0a82

2
app.js
View File

@ -178,7 +178,7 @@ app.get('/about-rayai', (req, res) => {
const aboutContentHtml = marked(data); // Convert markdown to HTML const aboutContentHtml = marked(data); // Convert markdown to HTML
res.render('about', { res.render('about-rayai', {
title: `About RayAI`, title: `About RayAI`,
content: aboutContentHtml, content: aboutContentHtml,
menuItems // Pass the menu items to the view menuItems // Pass the menu items to the view