chore(site,templates): add more info in routes

This commit is contained in:
Ayo 2023-10-22 00:56:53 +02:00
parent 90256ee834
commit ca19fe2ab9
2 changed files with 8 additions and 0 deletions

View file

@ -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";

View file

@ -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";