22// This file is automatically generated by the route-generator plugin
33// Do not edit manually - your changes will be overwritten
44
5- import Route2 from '../contents/deployment/docker.mdx'
5+ import Route2 from '../contents/deployment/cloudflare-pages.mdx'
6+ import Route3 from '../contents/deployment/docker.mdx'
7+ import Route4 from '../contents/deployment/github-action.mdx'
8+ import Route5 from '../contents/deployment/github-pages.mdx'
69import Route1 from '../contents/deployment/index.mdx'
10+ import Route6 from '../contents/deployment/vercel.mdx'
711import Route0 from '../contents/index.mdx'
812
913export interface RouteConfig {
@@ -37,8 +41,19 @@ export const routes: RouteConfig[] = [
3741 } ,
3842 } ,
3943 {
40- path : '/deployment/docker ' ,
44+ path : '/deployment/cloudflare-pages ' ,
4145 component : Route2 ,
46+ title : 'Cloudflare Pages' ,
47+ meta : {
48+ title : 'Cloudflare Pages' ,
49+ description : 'Guide to deploying Afilmory via Cloudflare Pages.' ,
50+ createdAt : '2025-07-20T22:35:03+08:00' ,
51+ lastModified : '2025-08-08T09:08:13.539+08:00' ,
52+ } ,
53+ } ,
54+ {
55+ path : '/deployment/docker' ,
56+ component : Route3 ,
4257 title : 'Docker' ,
4358 meta : {
4459 title : 'Docker' ,
@@ -47,6 +62,39 @@ export const routes: RouteConfig[] = [
4762 lastModified : '2025-08-08T08:28:42.778+08:00' ,
4863 } ,
4964 } ,
65+ {
66+ path : '/deployment/github-action' ,
67+ component : Route4 ,
68+ title : 'Github Action' ,
69+ meta : {
70+ title : 'Github Action' ,
71+ description : 'Guide to deploying Afilmory via Github Action.' ,
72+ createdAt : '2025-07-20T22:35:03+08:00' ,
73+ lastModified : '2025-08-08T09:08:13.543+08:00' ,
74+ } ,
75+ } ,
76+ {
77+ path : '/deployment/github-pages' ,
78+ component : Route5 ,
79+ title : 'Github Pages' ,
80+ meta : {
81+ title : 'Github Pages' ,
82+ description : 'Guide to deploying Afilmory via Github Pages.' ,
83+ createdAt : '2025-07-20T22:35:03+08:00' ,
84+ lastModified : '2025-08-08T09:08:13.544+08:00' ,
85+ } ,
86+ } ,
87+ {
88+ path : '/deployment/vercel' ,
89+ component : Route6 ,
90+ title : 'Vercel' ,
91+ meta : {
92+ title : 'Vercel' ,
93+ description : 'Guide to deploying Afilmory via Vercel.' ,
94+ createdAt : '2025-07-20T22:35:03+08:00' ,
95+ lastModified : '2025-08-08T09:08:13.544+08:00' ,
96+ } ,
97+ } ,
5098]
5199
52100export default routes
0 commit comments