Fix typo
This commit is contained in:
parent
297c435f4c
commit
29a35e41f4
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ import bun from "@nurodev/astro-bun"
|
|||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
// Project Structure
|
||||
cacheDir: './.zerro/generated/astro/cache/',
|
||||
outDir: './.zerro/generated/astro/dist/',
|
||||
cacheDir: './.zarro/generated/astro/cache/',
|
||||
outDir: './.zarro/generated/astro/dist/',
|
||||
publicDir: './source/src/public',
|
||||
root: './source',
|
||||
srcDir: './source/src',
|
||||
|
|
Loading…
Reference in a new issue