标签: nuxt
作为另一个更大的项目的一部分,我有一个Nuxt应用程序,该应用程序有自己的content/images文件夹。
content/images
问题:当我处于开发人员模式时,除非将其复制到Nuxt的localhost:3000/content/images/someimage.jpg文件夹中,否则无法在static/content/images上找到它。
localhost:3000/content/images/someimage.jpg
static/content/images
是否有一种更优雅的方法来修复它,而不是将整个content/images文件夹复制到Nuxt目录中?