Skip to content

Commit

Permalink
update performance
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhamadMatin committed Nov 4, 2023
1 parent 4099748 commit 81a9acf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
1 change: 0 additions & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,4 @@
svg: ['html.svg', 'css.svg', 'js.svg'],
},
];
console.log(experience);
</script>
11 changes: 11 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
export default defineNuxtConfig({
devtools: { enabled: true },
css:["assets/css/style.css"],
app: {
head: {
htmlAttrs: {
lang: 'en',
},
title: 'My Portofolio',
charset: 'utf-8',
meta: [],
link: [],
}
},

modules: ['@nuxtjs/tailwindcss'],
});
5 changes: 0 additions & 5 deletions tes.read

This file was deleted.

0 comments on commit 81a9acf

Please sign in to comment.