From ca19fe2ab999a2e837aaf0947d4fb5e16b3eb9f7 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 22 Oct 2023 00:56:53 +0200 Subject: [PATCH] chore(site,templates): add more info in routes --- site/routes/[...index].js | 4 ++++ templates/basic/routes/[...index].js | 4 ++++ 2 files changed, 8 insertions(+) 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";