mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 03:56:19 +02:00
chore: rename public/assets path to public/vendors
This commit is contained in:
parent
cc7e0819f6
commit
32a39aed59
7 changed files with 130 additions and 129 deletions
|
@ -23,7 +23,7 @@ const { waline: { serverURL = '', emoji = [], search = false, imageUploader = fa
|
|||
}}
|
||||
type="module"
|
||||
>
|
||||
import { init } from '/assets/waline/waline.js'
|
||||
import { init } from '/vendors/waline/waline.js'
|
||||
|
||||
function initWaline() {
|
||||
const currentPath = window.location.pathname
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue