diff --git a/site/routes/[...index].js b/site/routes/[...index].js index ec85707..89e52d8 100644 --- a/site/routes/[...index].js +++ b/site/routes/[...index].js @@ -1,5 +1,9 @@ /** * 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 */ 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 ec85707..89e52d8 100644 --- a/templates/basic/routes/[...index].js +++ b/templates/basic/routes/[...index].js @@ -1,5 +1,9 @@ /** * 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 */ import { defineRoute } from "@mcflyjs/core/event-handler.mjs"; import config from "../mcfly.config.mjs";