refactor: moves apps outside of apps/ path
This commit is contained in:
parent
b2d1a5ae9e
commit
c85e2e2357
45 changed files with 4 additions and 3 deletions
5
penfield/astro.config.mjs
Normal file
5
penfield/astro.config.mjs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
|
||||
export default defineConfig({
|
||||
output: 'static'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue