feat: add decap cms for editing content
This commit is contained in:
parent
320b933c04
commit
f37d0b3571
11 changed files with 117 additions and 7 deletions
7
src/utils/fonts.js
Normal file
7
src/utils/fonts.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
const path = require("path");
|
||||
|
||||
const getFontUrl = (src) => path.join("/assets/fonts", src);
|
||||
|
||||
module.exports = {
|
||||
getFontUrl,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue