Skip to content

Commit f55513b

Browse files
committed
use +/ syntax from latest main
1 parent 57a3d00 commit f55513b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/welcome-events.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
import { Picture } from "astro:assets";
3-
import Header from "../images/headers/welcome-events.jpg";
4-
import DatesTable from "../images/shinkan-nittei-v2.png";
5-
import GlobalLayout from "../layouts/GlobalLayout.astro";
6-
import StaticDocumentWrapper from "../layouts/StaticDocumentWrapper.astro";
7-
import { Focus } from "../schema";
3+
import Header from "+/images/headers/welcome-events.jpg";
4+
import DatesTable from "+/images/shinkan-nittei-v2.png";
5+
import GlobalLayout from "+/layouts/GlobalLayout.astro";
6+
import StaticDocumentWrapper from "+/layouts/StaticDocumentWrapper.astro";
7+
import { Focus } from "+/schema";
88
---
99

1010
<GlobalLayout

0 commit comments

Comments
 (0)