wip
This commit is contained in:
parent
093cd2ca7f
commit
e6c7b914d7
|
@ -11,6 +11,8 @@ import { createApp, defineAsyncComponent } from 'vue';
|
|||
import { setIframeId } from '@/post-message.js';
|
||||
import { parseEmbedParams } from '@/embed-page.js';
|
||||
|
||||
console.info('Misskey Embed');
|
||||
|
||||
const params = new URLSearchParams(location.search);
|
||||
const embedParams = parseEmbedParams(params);
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ const devConfig: UserConfig = {
|
|||
...defaultConfig,
|
||||
root: 'src',
|
||||
publicDir: '../assets',
|
||||
base: './',
|
||||
base: '/embed',
|
||||
server: {
|
||||
host: 'localhost',
|
||||
port: 5174,
|
||||
|
|
Loading…
Reference in New Issue