guoziyun 11 tháng trước cách đây
mục cha
commit
f282d25a0c
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      routes/v2/tips-tricks.js
  2. 1 1
      views/v2/myworks.ejs

+ 1 - 1
routes/v2/tips-tricks.js

@@ -287,7 +287,7 @@ router.get('/how-to-color-online', function (req, res, next) {
 
 router.get('/how-to-color-mandala-coloring-page', function (req, res, next) {
   (async function () {
-    let cacheKey = `${CACHE_PREFIX}_how-to-color-online`;
+    let cacheKey = `${CACHE_PREFIX}_how-to-color-mandala`;
     let htmlData = await redis.getAsync(cacheKey);
     // htmlData = null;
     if (!htmlData) {

+ 1 - 1
views/v2/myworks.ejs

@@ -5,7 +5,7 @@
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <link rel="icon" href="/assets/icon/favicon.ico" type="image/x-icon">
-  <title>Free Printable Coloring Pages Gallery - 20,000+ Designs | Art Number Coloring</title>
+  <title>My Coloring Page Works | Art Number Coloring</title>
   <meta name="description" content="Explore our massive collection of over 20,000 free coloring pages! Find endless printable designs from animals to mandalas, cartoons, and more. Perfect for kids and adults – start your creative journey today!">
   <link rel="stylesheet" href="/stylesheets/v2/styles.css">
   <style>