switch to ssr
All checks were successful
renovate / renovate (push) Successful in 18s
test-build / build (push) Successful in 33s

This commit is contained in:
2025-07-30 18:05:26 -05:00
parent 0f5c015932
commit 0733fe6a06
2 changed files with 2 additions and 2 deletions

View File

@@ -23,6 +23,8 @@ export default defineConfig({
plugins: [tailwindcss()],
},
output: 'server',
adapter: node({
mode: 'standalone',
}),

View File

@@ -5,8 +5,6 @@ import FormattedDate from '../../components/FormattedDate.astro';
import directus from '../../../lib/directus';
import { readItems } from '@directus/sdk';
export const prerender = true;
export async function getStaticPaths() {
const posts = await directus.request(
readItems('posts', {