Tony Hart

Results 4 issues of Tony Hart

hello, I want to thank you for this project. this is awesome and may I ask if there a possible way to add internationalization to blog post ??? one way...

its not works example ` export default defineConfig({ site: 'https://******.com/', server: { cors: { origin: ['https://blog.****.com'], methods: ['GET', 'POST', 'PUT', 'DELETE', 'OPTIONS'], allowedHeaders: ['Content-Type', 'Authorization'], credentials: true } }, integrations:...

instead building router manually and using uri string like ~~~ context.go("/home/product"); ~~~ we can use go router builder to generate our route like this ~~~ @TypedGoRoute( path: '/', routes: [...

I use railway.app to deploy and where is frontend files ??? I see there are 2 version (web and windows) but can we deploy it api only and use local...