Refactor imports in Astro project

This commit is contained in:
Max Schmidt
2023-06-17 10:50:48 +02:00
parent e4ccd21a23
commit 08df56c679
6 changed files with 12 additions and 11 deletions

View File

@ -1,4 +1,4 @@
import type { Post } from "../types";
import type { Post } from "src/types";
const url = import.meta.env.DEV
? "http://payload:3001"