Skip to content

Commit 30e9db4

Browse files
committed
chore: fix inter files not being in dist folder
1 parent 211f81d commit 30e9db4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/module.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ export default defineNuxtModule<ModuleOptions>({
271271
// default font is inter
272272
if (!config.fonts.length) {
273273
config.fonts = [
274-
{ name: 'Inter', weight: 400, path: resolve('./assets/Inter-400.ttf.base64'), absolutePath: true },
275-
{ name: 'Inter', weight: 700, path: resolve('./assets/Inter-700.ttf.base64'), absolutePath: true },
274+
{ name: 'Inter', weight: 400, path: resolve('./runtime/assets/Inter-400.ttf.base64'), absolutePath: true },
275+
{ name: 'Inter', weight: 700, path: resolve('./runtime/assets/Inter-700.ttf.base64'), absolutePath: true },
276276
]
277277
}
278278

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)