mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
fixed photo directory
This commit is contained in:
parent
84b4462eb4
commit
010c4364a6
2 changed files with 1 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
import { Image } from "astro:assets";
|
import { Image } from "astro:assets";
|
||||||
import contactPhoto from "@/components/images/profile/contact_photo.webp";
|
import contactPhoto from "@/components/images/contact_photo.webp";
|
||||||
import { AnimatedTooltip } from "@/components/ui/AnimatedToolTip";
|
import { AnimatedTooltip } from "@/components/ui/AnimatedToolTip";
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
---
|
---
|
||||||
import { HoverNavigation } from "@/components/ui/NavigationBar";
|
import { HoverNavigation } from "@/components/ui/NavigationBar";
|
||||||
import { Image } from "astro:assets";
|
|
||||||
import pfp from "@/components/images/contact_photo_small.webp";
|
|
||||||
|
|
||||||
const navLinks = [
|
const navLinks = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue