update AI page
This commit is contained in:
parent
efc8099db3
commit
fbd95b0a82
2
app.js
2
app.js
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user