diff --git a/app.config.ts b/app.config.ts new file mode 100644 index 0000000..f3ae5ff --- /dev/null +++ b/app.config.ts @@ -0,0 +1,3 @@ +export default defineAppConfig({ + cdnURL: "https://d3iqwa7wbnqnz1.cloudfront.net", +}) diff --git a/nuxt.config.ts b/nuxt.config.ts index 83e8496..d487a9c 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -5,3 +5,7 @@ export default defineNuxtConfig({ '@nuxtjs/tailwindcss' ] }) + + // app: { + // cdnURL: "https://d3iqwa7wbnqnz1.cloudfront.net" + // }, \ No newline at end of file diff --git a/pages/Projects.vue b/pages/Projects.vue index cf6e5d3..ed77404 100644 --- a/pages/Projects.vue +++ b/pages/Projects.vue @@ -10,8 +10,16 @@ and on my GitHub.

+ - diff --git a/pages/index.vue b/pages/index.vue index 71c1ebd..a742705 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,20 +1,30 @@ -