mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Log when Astrro Config is run
This commit is contained in:
parent
27b95b8cae
commit
1bc10842fb
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ import sitemap from '@astrojs/sitemap'
|
||||||
|
|
||||||
import { makeViteDefinitions } from './helpers/public-runtime-config.mjs'
|
import { makeViteDefinitions } from './helpers/public-runtime-config.mjs'
|
||||||
|
|
||||||
|
console.log( 'Running Astro Config File' )
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
publicDir: './static',
|
publicDir: './static',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue