Changeset - d94b2d25abcd
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 3 years ago 2022-05-10 04:38:04
drewp@bigasterisk.com
fix homePage using web/style.css
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/homepage/index.html
Show inline comments
 
@@ -3,7 +3,7 @@
 
  <head>
 
    <title>light9 home</title>
 
    <meta charset="utf-8" />
 
    <link rel="stylesheet" href="@fs/my/proj/light9/light9/web/style.css">
 
    <link rel="stylesheet" href="style.css">
 
    <script type="module" src="./ServiceButtonRow.ts"></script>
 
  </head>
 
  <body>
light9/homepage/vite.config.ts
Show inline comments
 
@@ -2,6 +2,7 @@ import { defineConfig } from "vite";
 

	
 
export default defineConfig({
 
  root: "./light9/homepage",
 
  publicDir: "../web",
 
  server: {
 
    host: "0.0.0.0",
 
    strictPort: true,
0 comments (0 inline, 0 general)