Author: Mike Swanson Machine: DESKTOP-0O8A1RL Timestamp: 2026-05-22 11:07:55
7 lines
140 B
JavaScript
7 lines
140 B
JavaScript
import { defineConfig } from 'astro/config';
|
|
|
|
export default defineConfig({
|
|
site: 'https://azcomputerguru.com',
|
|
compressHTML: true,
|
|
});
|