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
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
// Project Structure
|
// Project Structure
|
||||||
cacheDir: './.zerro/generated/astro/cache/',
|
cacheDir: './.zarro/generated/astro/cache/',
|
||||||
outDir: './.zerro/generated/astro/dist/',
|
outDir: './.zarro/generated/astro/dist/',
|
||||||
publicDir: './source/src/public',
|
publicDir: './source/src/public',
|
||||||
root: './source',
|
root: './source',
|
||||||
srcDir: './source/src',
|
srcDir: './source/src',
|
||||||
|
|
Loading…
Reference in a new issue