We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f928e commit d87babeCopy full SHA for d87babe
1 file changed
webpack.config.js
@@ -7,9 +7,9 @@ const SitemapPlugin = require('sitemap-webpack-plugin').default;
7
const webpack = require('webpack');
8
9
var siteDescription = [
10
- "Random Rants + is your fun realtime chat zone. ",
11
- "Built by students who never do their classwork, ",
12
- "and with the funniest meme sounds!"
+ "Random Rants + is a high-performance realtime communication platform. ",
+ "Built by students focusing on WebRTC and secure P2P networking, ",
+ "featuring synchronized audio and interactive collaboration tools."
13
].join("");
14
15
var siteImage = "https://randomrants-plus.onrender.com/images/site-image.png";
0 commit comments