diff --git a/site/routes/[...index].js b/site/routes/[...index].js index 89e52d8..77a52a2 100644 --- a/site/routes/[...index].js +++ b/site/routes/[...index].js @@ -2,8 +2,8 @@ * McFly SSR logic * 👋 this is not the route you're looking for * ...pages are in ./src/pages - * ...components/fragments are in ./src/components - * @see more on https://ayco.io/gh/McFly + * ...reusable code are in ./src/components + * @see https://ayco.io/gh/McFly#special-directories */ import { defineRoute } from "@mcflyjs/core/event-handler.mjs"; import config from "../mcfly.config.mjs"; diff --git a/templates/basic/routes/[...index].js b/templates/basic/routes/[...index].js index 89e52d8..77a52a2 100644 --- a/templates/basic/routes/[...index].js +++ b/templates/basic/routes/[...index].js @@ -2,8 +2,8 @@ * McFly SSR logic * 👋 this is not the route you're looking for * ...pages are in ./src/pages - * ...components/fragments are in ./src/components - * @see more on https://ayco.io/gh/McFly + * ...reusable code are in ./src/components + * @see https://ayco.io/gh/McFly#special-directories */ import { defineRoute } from "@mcflyjs/core/event-handler.mjs"; import config from "../mcfly.config.mjs";