Update training page to support YouTube video links. Refactored video upload handling to accept YouTube URLs, improved layout for better user experience, and added new route type definitions for training videos. Enhanced video display with embedded player support.
This commit is contained in:
@@ -12,7 +12,8 @@ export const nodes = [
|
||||
() => import('./nodes/8'),
|
||||
() => import('./nodes/9'),
|
||||
() => import('./nodes/10'),
|
||||
() => import('./nodes/11')
|
||||
() => import('./nodes/11'),
|
||||
() => import('./nodes/12')
|
||||
];
|
||||
|
||||
export const server_loads = [0];
|
||||
@@ -24,8 +25,9 @@ export const dictionary = {
|
||||
"/notifications": [~7],
|
||||
"/profile": [8],
|
||||
"/training": [~9],
|
||||
"/users": [~10],
|
||||
"/users/[id]": [~11],
|
||||
"/training/[id]": [~10],
|
||||
"/users": [~11],
|
||||
"/users/[id]": [~12],
|
||||
"/[site]": [~4,[2]]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user