Update import paths in manifest.json and constants.ts files
This commit is contained in:
parent
597ae6d03d
commit
6a6f08d83f
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
import ogImageSrc from "@/images/social.png";
|
||||
import ogImageSrc from "@images/social.png";
|
||||
|
||||
export const SITE = {
|
||||
title: "ScrewFast",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import type { APIRoute, ImageMetadata } from "astro";
|
||||
import { getImage } from "astro:assets";
|
||||
import icon from "@/images/icon.png";
|
||||
import maskableIcon from "@/images/icon-maskable.png";
|
||||
import icon from "@images/icon.png";
|
||||
import maskableIcon from "@images/icon-maskable.png";
|
||||
|
||||
interface Favicon {
|
||||
purpose: 'any' | 'maskable' | 'monochrome';
|
||||
|
|
Loading…
Add table
Reference in a new issue