add updated config files by iles
This commit is contained in:
12
__unconfig_iles.config.ts
Normal file
12
__unconfig_iles.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
let __unconfig_data;
|
||||
let __unconfig_stub = function (data = {}) { __unconfig_data = data };
|
||||
__unconfig_stub.default = (data = {}) => { __unconfig_data = data };
|
||||
import { defineConfig } from "iles";
|
||||
|
||||
const __unconfig_default = defineConfig({
|
||||
siteUrl: "https://juliencalixte.eu",
|
||||
modules: ["@islands/headings"],
|
||||
});
|
||||
|
||||
if (typeof __unconfig_default === "function") __unconfig_default(...[{"command":"serve","mode":"development"}]);export default __unconfig_data;
|
||||
13
components.d.ts
vendored
13
components.d.ts
vendored
@@ -1,17 +1,20 @@
|
||||
// generated by unplugin-vue-components
|
||||
// We suggest you to commit this file into source control
|
||||
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
import '@vue/runtime-core'
|
||||
|
||||
declare module 'vue' {
|
||||
export {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
AboutMe: typeof import('./src/components/presentation/AboutMe.vue')['default']
|
||||
AppHeader: typeof import('./src/components/AppHeader.vue')['default']
|
||||
BlogPosts: typeof import('./src/components/posts/BlogPosts.vue')['default']
|
||||
Island: typeof import('./node_modules/.pnpm/iles@0.7.40_sass@1.53.0/node_modules/iles/dist/client/app/components/Island.vue')['default']
|
||||
Island: typeof import('./node_modules/.pnpm/iles@0.8.5_sass@1.54.9/node_modules/iles/dist/client/app/components/Island.vue')['default']
|
||||
JulienCalixte: typeof import('./src/components/core/JulienCalixte.vue')['default']
|
||||
ProductionFlow: typeof import('./src/components/flow/ProductionFlow.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
Welcome: typeof import('./src/components/Welcome.vue')['default']
|
||||
}
|
||||
}
|
||||
|
||||
export { }
|
||||
|
||||
Reference in New Issue
Block a user