feat(site,templates): update route info
This commit is contained in:
parent
0c0d4e84a0
commit
15be588e0d
2 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
|||
* 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
|
||||
* ...reusable code are in ./src/components
|
||||
* @see https://ayco.io/gh/McFly#special-directories
|
||||
*/
|
||||
import { defineRoute } from "@mcflyjs/core/event-handler.mjs";
|
||||
import config from "../mcfly.config.mjs";
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
* 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
|
||||
* ...reusable code are in ./src/components
|
||||
* @see https://ayco.io/gh/McFly#special-directories
|
||||
*/
|
||||
import { defineRoute } from "@mcflyjs/core/event-handler.mjs";
|
||||
import config from "../mcfly.config.mjs";
|
||||
|
|
Loading…
Reference in a new issue