chore(site,templates): add more info in routes
This commit is contained in:
parent
90256ee834
commit
ca19fe2ab9
2 changed files with 8 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue