main
|
Last change
on this file since ad3c219 was 40ac7a9, checked in by Mihail <mihail2.naumov@…>, 7 months ago |
|
Added frontend elements
|
-
Property mode
set to
100644
|
|
File size:
494 bytes
|
| Rev | Line | |
|---|
| [40ac7a9] | 1 | import type {Config} from "vike/types";
|
|---|
| [8ee4553] | 2 | import vikePhoton from "vike-photon/config";
|
|---|
| 3 | import vikeReact from "vike-react/config";
|
|---|
| 4 |
|
|---|
| 5 | // Default config (can be overridden by pages)
|
|---|
| 6 | // https://vike.dev/config
|
|---|
| 7 |
|
|---|
| 8 | export default {
|
|---|
| [40ac7a9] | 9 | // https://vike.dev/head-tags
|
|---|
| 10 | title: "PC Forge",
|
|---|
| 11 | description: "PC Forge Site",
|
|---|
| 12 | passToClient: ["user"],
|
|---|
| 13 | extends: [vikeReact, vikePhoton],
|
|---|
| [8ee4553] | 14 |
|
|---|
| [40ac7a9] | 15 | // https://vike.dev/vike-photon
|
|---|
| 16 | photon: {
|
|---|
| 17 | server: "../server/entry.ts",
|
|---|
| 18 | },
|
|---|
| [8ee4553] | 19 | } satisfies Config;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.