refactor: Bump & run prettier (#210)

This commit is contained in:
Kendell R
2023-12-31 12:22:11 -08:00
committed by GitHub
parent ab4d785f3b
commit 05ff2c1fc3
23 changed files with 114 additions and 6023 deletions

View File

@@ -6,8 +6,8 @@ import path from 'path';
/** @type {import('vite').UserConfig} */
const config = {
plugins: [sveltekit(), imagetools()],
resolve: {
alias: {
resolve: {
alias: {
$images: path.resolve('./images'),
$data: path.resolve('./src/data'),
$layout: path.resolve('./src/layout'),