# defmodule Sitemaps.Test do # use AshSitemap.Sitemaps.Image # @impl true # def generate(term) do # struct!(AshSitemap.Sitemaps.Image, %{ # loc: "index.jpg", # title: "My important image", # caption: "this are important people in the image" # }) # end # end