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 { setIframeId } from '@/post-message.js';
|
||||||
import { parseEmbedParams } from '@/embed-page.js';
|
import { parseEmbedParams } from '@/embed-page.js';
|
||||||
|
|
||||||
|
console.info('Misskey Embed');
|
||||||
|
|
||||||
const params = new URLSearchParams(location.search);
|
const params = new URLSearchParams(location.search);
|
||||||
const embedParams = parseEmbedParams(params);
|
const embedParams = parseEmbedParams(params);
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ const devConfig: UserConfig = {
|
||||||
...defaultConfig,
|
...defaultConfig,
|
||||||
root: 'src',
|
root: 'src',
|
||||||
publicDir: '../assets',
|
publicDir: '../assets',
|
||||||
base: './',
|
base: '/embed',
|
||||||
server: {
|
server: {
|
||||||
host: 'localhost',
|
host: 'localhost',
|
||||||
port: 5174,
|
port: 5174,
|
||||||
|
|
Loading…
Reference in New Issue