Skip to content

Commit 6db4578

Browse files
committed
[#58] move static under src folder
1 parent 66f785b commit 6db4578

16 files changed

+1
-1
lines changed

nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default defineNuxtConfig({
2727
},
2828
},
2929
dir: {
30-
static: 'static',
30+
static: 'src/static',
3131
},
3232
imports: {
3333
dirs: [
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)