Skip to content

Commit

Permalink
Merge pull request #24 from KatieLisabeth/20-deploy-config
Browse files Browse the repository at this point in the history
20 deploy config
  • Loading branch information
KatieLisabeth authored Sep 27, 2024
2 parents 56944e2 + 89d7a01 commit 6e8c7de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio</title>
</head>
<body>
Expand Down
1 change: 0 additions & 1 deletion src/assets/main.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createPinia } from 'pinia'
import { createApp } from 'vue'
import App from './App.vue'
import './assets/main.css'
import './assets/base.css'
import router from './router'
import { useThemeStore } from '@/stores/useThemeStore'
import { i18n } from './utils/i18n'
Expand Down

0 comments on commit 6e8c7de

Please sign in to comment.