Hi guys. This line of code doesn't work. How can i access *asset* frolder from *nuxt.config*? ```js export default defineNuxtConfig({ app: { head: { link: [ { key: 'preload-font-family-inter', rel: 'preload', href: '/assets/fonts/Inter.woff2', as: 'font', type: 'font/woff2' } ] } }, }) ```