feat: asset page

This commit is contained in:
Rico van Zelst
2023-11-16 14:43:40 +01:00
parent ea2061e4af
commit 560c75a1b4
6 changed files with 105 additions and 4 deletions

View File

@@ -17,5 +17,6 @@ export default defineConfig({
assetFileNames: `heimerdinger` + hash + `.[ext]`
}
}
}
},
publicDir: 'public',
});