feat(site,templates): update route info

This commit is contained in:
Ayo 2023-10-22 21:07:03 +02:00
parent 0c0d4e84a0
commit 15be588e0d
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@
* McFly SSR logic * McFly SSR logic
* 👋 this is not the route you're looking for * 👋 this is not the route you're looking for
* ...pages are in ./src/pages * ...pages are in ./src/pages
* ...components/fragments are in ./src/components * ...reusable code are in ./src/components
* @see more on https://ayco.io/gh/McFly * @see https://ayco.io/gh/McFly#special-directories
*/ */
import { defineRoute } from "@mcflyjs/core/event-handler.mjs"; import { defineRoute } from "@mcflyjs/core/event-handler.mjs";
import config from "../mcfly.config.mjs"; import config from "../mcfly.config.mjs";

View file

@ -2,8 +2,8 @@
* McFly SSR logic * McFly SSR logic
* 👋 this is not the route you're looking for * 👋 this is not the route you're looking for
* ...pages are in ./src/pages * ...pages are in ./src/pages
* ...components/fragments are in ./src/components * ...reusable code are in ./src/components
* @see more on https://ayco.io/gh/McFly * @see https://ayco.io/gh/McFly#special-directories
*/ */
import { defineRoute } from "@mcflyjs/core/event-handler.mjs"; import { defineRoute } from "@mcflyjs/core/event-handler.mjs";
import config from "../mcfly.config.mjs"; import config from "../mcfly.config.mjs";