This commit is contained in:
2025-07-18 17:47:39 +02:00
parent c612f0185e
commit 5b1f491211
3 changed files with 5 additions and 8797 deletions

View File

@@ -15,9 +15,12 @@ import { themeConfig } from './src/config'
import { imageConfig } from './src/utils/image-config'
import path from 'path'
import netlify from '@astrojs/netlify'
import nodeAdapter from '@astrojs/node'
export default defineConfig({
adapter: netlify(), // Set adapter for deployment
adapter: nodeAdapter({
mode: 'standalone',
}),// Set adapter for deployment
site: themeConfig.site.website,
image: {
service: {

View File

@@ -18,6 +18,7 @@
"dependencies": {
"@astrojs/mdx": "^4.3.1",
"@astrojs/netlify": "^6.5.1",
"@astrojs/node": "^9.3.0",
"@astrojs/sitemap": "^3.4.1",
"@playform/inline": "^0.1.2",
"astro": "^5.12.0",
@@ -49,5 +50,4 @@
"engines": {
"node": ">=18.20.8"
}
}

8795
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff